-
Notifications
You must be signed in to change notification settings - Fork 137
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
How to used in class component? #120
Comments
``import React, {PureComponent} from 'react'; import PropTypes from "prop-types"; import { import RangeSlider from 'rn-range-slider'; import {DarkModeContext,DynamicStyleSheet,DynamicValue,useDynamicStyleSheet} from "react-native-dark-mode" class RangeSlider extends PureComponent {
} export default RangeSlider |
above is my code, and steps at below. step 1:push in config view, I slide the thumb(slider in the config view),pop config view. anything else I need to do? |
@SteveChina , don't really understand the problem. |
No description provided.
The text was updated successfully, but these errors were encountered: