jeanregisser / react-native-slider

A pure JavaScript <Slider> component for react-native
MIT License
1.3k stars 571 forks source link

Typescript typings not working despite index.d.ts file #139

Open joshleichtung opened 6 years ago

joshleichtung commented 6 years ago

Related to issue #100, despite having an index.d.ts file added, typescript isn't supported when the project is used as an npm module because typings is not included in the package.json. Submitting PR.