Closed ghost closed 5 years ago
@ejdeha, please provide a link to a Github repo that I can use to reproduce your issue.
I have the same issue, Just installed your library in my Expo project and ran the application.
Then it showed this error:
Native component for "RangeSlider" does not exist.
@MehranAbghari thanks for submitting your issue. I wasn't sure how to provide a repo link for @ismnoiet. Perhaps you can help me out so we can show it to him and solve it together? Cheers!
Hello @ejdeha, Thanks for the reply! I'll be happy if it gets fixed. I think it's very simple, He/She can reproduce that issue easily, BUT I'll create a repo when I find some free time. And... Can I ask you Where are u from ?!
After doing some research about expo I think you can't link and use react-native modules that have some native code (objective-c,Java etc) easily, instead you should use what they call expoKit, which is out of the scope of react-native.
If you want to test that for yourself it would be great, otherwise I suggest converting your project to react-native and my module should work effortlessly!.
Sorry to tell you this, but I'm not interested in investing time on expo due to its limitations, but I'm open to PRs if you can fix that for expo.
Hello there, I emailed you recently about the issue I had with setting this plugin up with my expo app.
Everything I have is pretty standard, and all other react-native-* plugins work fine.
I followed your documentation, installed it using npm, and linked it using the react-native command.
I then add the line to include this component in my js like so:
import RangeSlider from 'react-native-range-slider'
I also went into the xcode project and implemented the manual linking steps as described in the docs you have linked.
At this point the app runs well, however, when I add the actual component on the page like so:
Sorry my emulator does not let me copy the full stack for some reason, but the screenshots contain it all.
I also have some logs in my console, but I'm not sure if they are helpful for you.
I appreciate your help very much, and please let me know if you need any details from my end.
Cheers, and thanks for a great plugin!