You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's happening:
it worked in a single page application in React-Native bare, and worked well with bottom tab in Expo environment.
With React Native bare and bottom tab, the front view is under/behind the hidden view. I made backgroundColor of the hidden view partially transparent to see if the front is actually displayed or not. It/front is there but behind the hidden view.
Is there any property controlling which layer/view is on top?
The text was updated successfully, but these errors were encountered:
It's on React Native environment.
"react-native-swipe-list-view": "^3.2.9",
React native bottom tab.
What's happening:
it worked in a single page application in React-Native bare, and worked well with bottom tab in Expo environment.
With React Native bare and bottom tab, the front view is under/behind the hidden view. I made backgroundColor of the hidden view partially transparent to see if the front is actually displayed or not. It/front is there but behind the hidden view.
Is there any property controlling which layer/view is on top?
The text was updated successfully, but these errors were encountered: