Unable to tap Touchable components inside the screen when transparentCard config is true in Stack Navigator - Android only
See original GitHub issueI 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 working
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
Stack Navigator | React Navigation
Stack Navigator provides a way for your app to transition between screens where each new screen is placed on top of a stack....
Read more >Components - NativeBase
NativeBase includes components such as anatomy of your app screens, header, input, buttons, badge, icon, form, checkbox, radio-button, list, card, actionsheet, ...
Read more >Getting Started with React Navigation v5 - Stack, Tabs, Drawer ...
Your browser can't play this video. ... for first ( Stack Navigator, Bottom Tab Navigator, Drawer Navigator), how to setup authentication, ...
Read more >The Ultimate Guide to React Native Navigation for ... - Radixweb
Screen > components inside <Stack.Navigator> . You are going to have a <Stack.Screen> component for each route, leaving you only one ...
Read more >React Native Navigation: Tutorial with examples
Using the stack navigator to navigate between screen components; Using tab navigation in React Navigation; Using drawer navigation in React ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1, Same problem
Hey @ukasiu
Yep, i know, but I’m using the custom animations ( param transitionConfig ), which is not supported into createNativeStackNavigator.js So, the best option for me is fix the issue.
For now, I use react-native-screens only for iOS. Thank you!