react-native-slider icon indicating copy to clipboard operation
react-native-slider copied to clipboard

Installing via npm does not include index.d.ts

Open adrian-moisa opened this issue 6 years ago • 1 comments

When I run npm i react-native-slider -S I get a smaller set of files compared to the ones present on the githug repo. index.d.ts is missing. Am I doing something wrong. It should be automatically downloaded... I'm installing version 0.11.0, The same issue is present in 0.10.0.

chrome_gx2b4t0be8 code_u7ba3oqxdp

Therefore I get:

chrome_a5gwzfxb1j

I had to copy the file by hand. This is not acceptable after running npm install

adrian-moisa avatar Jan 29 '19 13:01 adrian-moisa

Same problem for me and it looks like there is a fix in the queue since some time back. - #140. So the question is, when will this be merged...?

Until then, for me, installing with yarn add jeanregisser/react-native-slider#140/head worked (see here for npm version.

sinewave440hz avatar Jan 30 '19 13:01 sinewave440hz