-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modal creates issue #16
Comments
Thanks for reporting issue. Can you please provide a small sample code to reproduce the issue? |
const AppWrapper = () => {
}; this is the sample code where I am rendering modal after immersion but now getting desired result |
i am playing video on Modal screen at app launch but as soon as modal open Bottom navigation shown up. Thanks for picking this issue |
So, you're getting resolved? |
No, i need the solution. I am stuck |
I'm not sure you're using this lib? because this lib does't have function |
import 'react-native-gesture-handler';
}; AppRegistry.registerComponent(appName, () => AppWrapper); This is the exact same code I am using Sorry for the wrong code snippet. This is the code full code snippet that I am using |
I think there is a similar issue here: facebook/react-native#37801 that about For my advice, you may use another screen to play the video and make that screen full screen instead of using Modal. |
When i am opening modal while bottom navigation and status are are hidden it again pops them up so I am not able to hide them when modal is open ???
any help
The text was updated successfully, but these errors were encountered: