You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here we apply container styles on top View component of renderErrorLocked, on Android it still remains hidden despite absolute positioning and you see PinCodeEnter.
Moving container styles here solves the issue for me:
I've encountered this a lot of time with android.
If you use absolute positioning on an element that would be out of the parent view, it'll stay hidden (don't know if I'm clear enough :p).
We use this component with react navigation to go to the next screen.
I really don't think I can do something to fix this but if you have an idea...I'm more than keen to hear it :).
Cheers
Panda-ref
added a commit
to Panda-ref/react-native-pincode
that referenced
this issue
Jul 13, 2018
Original ApplicationLocked render function is:
Here we apply container styles on top View component of renderErrorLocked, on Android it still remains hidden despite absolute positioning and you see PinCodeEnter.
Moving container styles here solves the issue for me:
The text was updated successfully, but these errors were encountered: