Mitesh

Results 14 comments of Mitesh

I was facing same issue, I have `` as main component inside ``, Setting **`zIndex`** to `` helped me, Here is my code ```

Have anyone resolevd it? My card still got stuck sometimes. @lhandel

Also if I set something like this inside ``, `{this.state.f_name}` f_name never gets updated value

@ethans333 I found using `this.swiper.initDeck();` right after setState will reload the card. But it have another issue it will bring you all the card that was swiped/removed from the stack.

Hey @kuldipp1995 , Did you resolved it? or Got any solution?

Hello @pavankumarupai37 I was facing same issue. I resolved it by installing firebase properly: 1. Setup [Firebase](https://firebase.google.com/docs/android/setup) 2. In your project-level `build.gradle` file, make sure to include Google's Maven repository...

Have anyone resolved it?

can you show me your code please @eskiesirius

Hey Guys, Wrap your `` with a `` and provide some good zIndex to your ``, If this does not work. Try defining you list inside `flatListProps={{}}` Let me know...