SelectModalProvider
If you want to use the Select
component inside:
Modal
fromreact-native
/react-native-modal
BottomSheet
fromreact-native-bottom-sheet
you need to wrap the code inside the Modal
/ BottomSheet
in a SelectModalProvider
component.
Basic example
Props
Name | Type | Description | Example |
---|---|---|---|
children (required) | ReactNode | Children elements. |