question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to tap Touchable components inside the screen when transparentCard config is true in Stack Navigator - Android only

See original GitHub issue

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 working

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

7reactions
romant37commented, Sep 22, 2019

+1, Same problem

2reactions
Lipo11commented, Nov 28, 2019

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found