react-native-extra-dimensions-android
react-native-extra-dimensions-android copied to clipboard
For the fix of hasPermanentMenuKey on Emulator
Please explain these changes
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 dont correct work on physical device. So, if applications run to physical decice, return your code.