fateh999 / react-native-paper-dropdown

Dropdown using react native paper TextInput and Menu
MIT License
135 stars 74 forks source link

Not working on Modal #3

Closed javierdac closed 3 years ago

javierdac commented 4 years ago

The component is not working if you have it on a modal screen

karimcambridge commented 4 years ago

Did you put it in a provider?

javierdac commented 4 years ago

Yes i include the Provider. Do i need to include it on the modal component?

karimcambridge commented 4 years ago

Did you wrap the modal in it?

Like so

<Provider>
    <Modal />
</Provider>