Closed dreamdev21 closed 6 years ago
Can you tell me which version of Xcode you're using and which error you're getting.
Environment: OS: macOS Sierra 10.12.6 Node: 8.11.2 Yarn: Not Found npm: 5.6.0 Watchman: 4.9.0 Xcode: Xcode 9.2 Build version 9C40b Android Studio: Not Found
Packages: (wanted => installed) react: 16.0.0 => 16.0.0 react-native: ^0.55.2 => 0.55.4
This is because I built the module using Xcode 9.3, I solved that issue.
please reinstall the latest version 0.0.6
(published recently) it should fix this problem for you.
If you run into other issues related to this module don't hesitate to open an issue for that.
And don't forget to star the repo if you like the module and think it is useful, so I keep open sourcing other cool stuff :)
Thank you for your quick update. Xcode issue is solved but still this error is here.
You're getting this error because I assume you already have prop-types
installed(recommended by facebook also) on your project dependencies. to solve that just install that module using:
npm install --save prop-types
If you still have issues after installing the module let me know.
Tried above solution, unfortunately no succeed. Issue is not solved.
ok, for now try to open node_modules/react-native-range-slider/index.js
and comment the propType portion of the code :
RangeSlider.propTypes = {....}
and let me know if it is working.
It works!!! Will wait updated version here. Thanks.
Great, will update the version soon. just don't forget to 🌟 the repo.
@webmasterdragon Please update to the latest version(currently 0.0.7
) and let me know if it is working correctly.
Now it's working. Hope this one is become top react-native range slider package.
I have imported this following on doc, but Xcode not loading RnageSlider.xcodeproj