Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@react-native-community/slider Isn't support on Expo #47

Closed
herotatin opened this issue Jan 30, 2020 · 3 comments
Closed

@react-native-community/slider Isn't support on Expo #47

herotatin opened this issue Jan 30, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@herotatin
Copy link

Hi, I got error : Invariant Violation: requireNativeComponent: "RNCSlider" was not found in the UIManager, using version 1.5.6. Looks like @react-native-community/slider doesn't work with Expo projects.

Please see:
expo/expo#4300

@bapjiws
Copy link

bapjiws commented Jan 31, 2020

Having the same issue. Tried running

1- npm install @react-native-community/slider –save
2- react-native link @react-native-community/slider
3- include in your script file like import { Slider } from 'react-native' instead of import Slider from '@react-native-community/slider';

then expo start --clear

as described here -- didn't work. I'm using the latest version, expo-cli@3.11.7.

@ihmpavel
Copy link
Owner

During today I will look into this and maybe revert the library.

Please, use version 1.5.5 until this is fixed. (Sorry for the troubles...)

@ihmpavel ihmpavel added the bug Something isn't working label Jan 31, 2020
@ihmpavel
Copy link
Owner

Should be fixed #48

Closing this thread. If you encounter same error, I can reopen this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants