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
please add to docs, expo users can
import SegmentedControl from '@react-native-segmented-control/segmented-control/js/SegmentedControl.js'; <SegmentedControl style={{ width: 300, height: 32 }} values={['One', 'Two']} selectedIndex={selectedIndex} onChange={(event) => { setState(event.nativeEvent.selectedSegmentIndex); }} />
and it works
The text was updated successfully, but these errors were encountered:
It doesn't for me, at least not in the web.
Sorry, something went wrong.
Ok, so the key to making this work is to strip away the flow types. Either with babel or webpack (depending on your bundler and platform).
@balgamat thank you!!!!!!
No branches or pull requests
please add to docs, expo users can
and it works
The text was updated successfully, but these errors were encountered: