-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
Unable to tap Touchable components inside the screen when transparentCard config is true in Stack Navigator - Android only #159
Comments
transparentCard
config doesn't work in Stack Navigator
+1, Same problem |
try |
Finally I resolve this issue, just add (containerStyleLight and containerStyleDark) in transitionConfig function
Solution was found in react-navigation-stack https://github.com/react-navigation/stack/issues/232 |
@romant37 thanks for the solution. However, now I'm facing a weird problem which prevents me from clicking any |
@DaniAkash if you use useScreens() function, try to remove it |
@kmagiera is there any update on this issue? |
Hey @Lipo11, try to use https://github.com/kmagiera/react-native-screens/blob/master/createNativeStackNavigator.js for the navigator with |
Hey @ukasiu Yep, i know, but I'm using the custom animations ( param transitionConfig ), which is not supported into createNativeStackNavigator.js For now, I use react-native-screens only for iOS. |
Does the issue still exist in the newest version? If so, can you provide a repo with minimal configuration needed to recreate the issue? |
I am closing it due to no response in more than 30 days. Feel free to comment to reopen it. |
Issue seems to be fixed with
|
I have been using the
transparentCard
property from https://reactnavigation.org/docs/en/stack-navigator.html#stacknavigatorconfig to make the screens transparent to implement modals and action sheets. However, after using react-native-screens, transparency is not workingThe text was updated successfully, but these errors were encountered: