SelectModalProvider
If you want to use the Select component inside:
- Modalfrom- react-native/- react-native-modal
- BottomSheetfrom- react-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. |