jemise111 / react-native-swipe-list-view

A React Native ListView component with rows that swipe open and closed
https://www.npmjs.com/package/react-native-swipe-list-view
MIT License
2.78k stars 528 forks source link

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

Open jeffk388 opened 1 year ago

jeffk388 commented 1 year ago

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 commented 1 year ago

Me too

AgusBertolin commented 10 months ago

Did you find a solution?

matanume commented 4 months ago

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

svyatoslavratov commented 4 months ago

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