Skip to main content

SelectModalProvider

If you want to use the Select component inside:

  • Modal from react-native / react-native-modal
  • BottomSheet from react-native-bottom-sheet

you need to wrap the code inside the Modal / BottomSheet in a SelectModalProvider component.

Basic example

Props

NameTypeDescriptionExample
children (required)ReactNodeChildren elements.