Skip to content
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

Front-view is under the back/hidden-view #623

Open
jeffk388 opened this issue Jul 17, 2023 · 4 comments
Open

Front-view is under the back/hidden-view #623

jeffk388 opened this issue Jul 17, 2023 · 4 comments

Comments

@jeffk388
Copy link

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?

@balya7777
Copy link

Me too

@AgusBertolin
Copy link

Did you find a solution?

@matanume
Copy link

matanume commented May 2, 2024

I use only SwipeRow , after update yoga to version 3 then this problem occur too in android only.

@svyatoslavratov
Copy link

I fix it setup zIndex: -1 in styles.hidden swipeRow.js file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants