aprct / react-native-swipe-flip

A React Native view component that flips front-to-back in response to swipe gestures.
Other
17 stars 6 forks source link

Tried running example but found issue in Android #5

Open k30r88 opened 6 years ago

k30r88 commented 6 years ago

Hi @aprct Thanks for sharing this. I tried your code index.js and example, and successfully able to swipe and observe changes on screen however during swipe of the example code, the letters on the screen always shows either BACK (with red background) page or BACK letters in mirror image (with red background) page. Looks like the FRONT (Blue background) was overlayed by the back page (Red background). Can you can share few tips or correction ?