Bernhard Owen Josephus
Bernhard Owen Josephus
## Proposal ### Please re-state the problem that we are trying to solve in this issue. Offline indicator overlaps with the iOS home bar briefly after closing keyboard. ### What...
PR is ready cc: @dukenv0307
Requested in ND.
## Proposal ### Please re-state the problem that we are trying to solve in this issue. Pressing on a magic code digit input doesn't highlight the digit input. ### What...
My proposal also adds `GestureHandlerRootView` inside the modal through the `gestureHandlerRootHOC`. `gestureHandlerRootHOC` only applies it on Android. > , but I think it is better to just use GestureHandlerRootView I...
> The docs recommend we use GestureHandlerRootView or gestureHandlerRootHOC. I'm talking about this part of the doc: https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/installation#usage-with-modals-on-android > But HOC is not recommend in our App. This is not...
Looks like @alitoshmatov think that my proposal doesn't solve the issue globally which in fact does. Can you recheck all the conversation above?
Yes, we should be able to do that since the HOC wraps the component with GestureHanderRootView, but it's only for Android based on the [doc](https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/installation/#usage-with-modals-on-android:~:text=To%20fix%20that%2C%20components%20need%20to%20be%20wrapped%20with%20gestureHandlerRootHOC%20(it%27s%20no%2Dop%20on%20iOS%20and%20web).). I mentioned this in my...
## Proposal ### Please re-state the problem that we are trying to solve in this issue. Page behind RHP changes to wallet page after refresh while on the wallet verify...
> it looks that issue is closed so has this been resolved already? Yes, that issue has been resolved. PR is ready cc: @alitoshmatov