We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I used react-native-slider with Expo sdk-36.0.0 from react-native-elements 1.2.7: import {Slider} from "react-native-elements" (According to https://react-native-elements.github.io/react-native-elements/docs/slider.html : This component is a forked implementation of react-native-slider)
When used, I get error: TypeError: mainStyles.thumbHorizontal is not a function
Is it possible to use react-native-slider with Expo?
The text was updated successfully, but these errors were encountered:
I have exactly the same problem, and I don't understand what's wrong. I checked the code of the slider component, but everything seems to be normal...
Sorry, something went wrong.
I hit this problem with react-native-elements 2.0.x and Expo 38, but an upgrade of react-native-elements 2.3.x fixed it
No branches or pull requests
Hello,
I used react-native-slider with Expo sdk-36.0.0 from react-native-elements 1.2.7:
import {Slider} from "react-native-elements"
(According to https://react-native-elements.github.io/react-native-elements/docs/slider.html :
This component is a forked implementation of react-native-slider)
When used, I get error:
TypeError: mainStyles.thumbHorizontal is not a function
Is it possible to use react-native-slider with Expo?
The text was updated successfully, but these errors were encountered: