Closed aajkishore closed 5 years ago
I am having the same issue. Did you manage to get this working?
No.
This is due to the new linking mechanism introduced in react native 0.60
.
A new upgrade is under development to support the latest RN version.
In the mean time you can use this module with react native<0.60
without any issues.
For those working with React Native version >= 0.60
you can use fix_rn_0.60 branch, until it is merged with master later on.
I am unable to get this working. Here is what I tried.
1) When I DON'T run
react-native link react-native-range-slider
, the build succeeds, but I get"RangeSlider" was not found in the UIManager
error when I navigate to the screen where I am using RangeSlider.2) When I run
react-native link react-native-range-slider
and then try to build the app, the build fails with this error.The following build commands failed: CompileC /Users/<APP_PATH>/Build/Intermediates.noindex/RangeSlider.build/Debug-iphonesimulator/RangeSlider.build/Objects-normal/x86_64/RangeSlider.o /Users/<APP_PATH>/node_modules/react-native-range-slider/ios/RangeSlider/RangeSlider.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
I am using the same code given in the usage section.
I do see
RangeSlider.xcodeproj
in libraries, andlibRangeSlider.a
in link binary with libraries. I am using react native 0.60.3.