Olamigoke Philip A.
Results
2
comments of
Olamigoke Philip A.
FIX: upgrade to version 3.4.6 (or higher) Replace `import { Modal } from "react-native";` with `import { Modal } from 'native-base';` **Select** should now render above modal on iOS. https://docs.nativebase.io/select
"@react-navigation/native": "^5.8.10", "react-navigation-shared-element": "^5.0.0-alpha1" ``` options={() => ({ ..., detachPreviousScreen: false, ... })} ``` Setting stack screen option ` detachPreviousScreen` like so Solved the issue for me