A pure JavaScript RN component that makes ANY views transformable using gestures like pinch, double tap or pull.
135
stars
143
forks
source link
For position: 'absolute' in android with multiple views is not working #33
Open
getumangon opened 4 years ago
I want to make view as floating view over camera view. I am showing view over camera by doing position: 'absolute'.
But It's not working.
Please suggest me where should I apply the position: 'absolute' to work it properly.
Here's my code: