githuboftigran / rn-range-slider

A native slider with range
MIT License
237 stars 133 forks source link

how can i link this package , manual linking steps has not good expression !! #16

Closed mojtabadarzi closed 4 years ago

mouveo commented 5 years ago

Did you try " react-native link rn-range-slider "? That works for me...

mojtabadarzi commented 5 years ago

yes . but it didn't work !!

githuboftigran commented 5 years ago

@Moji0098 are you using react native version 0.60? Facebook changed lot of things in 0.60 and libraries are no longer need to be linked. Instead you need to run pod update for iOS. Didn't try that yet actually, but will do it in weekend. Please let me know if you solve the issue

mojtabadarzi commented 5 years ago

no man ,

...
    "react": "16.6.3",
    "react-native": "0.57.8",
...

i need some code to add to for example MainActivity and some other files ... help me to add these codes . tnx

githuboftigran commented 4 years ago

@Moji0098 , I updated this lib, now it has podspec and works with react-native 0.60+ If you still use older version (e.g. 0.57.8) react-native link should work. Try to unlink -> remove dependency -> add dependency -> link Closing this issue, as I can't reproduce it.