Hi @yogevbd
This issue still happening on latest code
Presenting alerts on top most window presented #4241
Experiencing the same with 2.12.0.
Same issue here with the latest version.
Same problem here
Same here :(
Also having the same issue on latest version
@yogevbd adding
20| [overlayWindow makeKeyAndVisible];
inside RNNOverlayManager.m solved it for me
@yogevbd I've tried that, but if you add that line then the following issue arises
Same problem here as @pribeh reported, do someone know a way to fix it, but also be able to use Text Inputs?
I鈥檝e switched to using modals with a transparent background. Works well for me.
https://github.com/wix/react-native-navigation/commit/e9ca247a524e474daf3ccf56989289ce679fc063 Adds an option which will make your overlay becomes the key window, I'm still not sure about the correct naming for this option but adding it to your overlay options will solve this issue:
options: {
overlay: {
handleKeyboardEvents: true
}
}
@yogevbd Thanks!
Most helpful comment
https://github.com/wix/react-native-navigation/commit/e9ca247a524e474daf3ccf56989289ce679fc063 Adds an option which will make your overlay becomes the key window, I'm still not sure about the correct naming for this option but adding it to your overlay options will solve this issue: