Evgeniy Kozhich
Evgeniy Kozhich
> Same problem here. Can get the data and transition to the app, but no event in the app itself and hence no way to get the data after transition...
Your method don't work on Android Emulator. For this reason, we need detect where run applications. If it is Emulator, soft keyboard check with help ViewConfiguration.get(ctx).hasPermanentMenuKey(); command, but this code...
#280 waiting for confirmation
@IntelliJAbhishek I did commit new changes. But I deleted getDerivedStateFromProps and use componentDidUpdate.
@ramonvermeulen Maybe you use react-native-modal?