bietkul / react-native-form-builder

Handle your forms in a smart way
MIT License
121 stars 68 forks source link

Android: No keyboard on release build #32

Closed omatrot closed 5 years ago

omatrot commented 5 years ago

React Native Environment Info: System: OS: macOS 10.14.3 CPU: (4) x64 Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz Memory: 46.17 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 8.11.2 - /usr/local/bin/node Yarn: 1.10.1 - /usr/local/bin/yarn npm: 6.8.0 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: iOS SDK: Platforms: iOS 12.1, macOS 10.14, tvOS 12.1, watchOS 5.1 Android SDK: API Levels: 14, 22, 23, 24, 25, 26, 27, 28 Build Tools: 22.0.1, 23.0.1, 25.0.0, 25.0.1, 25.0.2, 26.0.0, 26.0.1, 26.0.2, 27.0.3, 28.0.2, 28.0.3 System Images: android-23 | Intel x86 Atom IDEs: Android Studio: 3.3 AI-182.5107.16.33.5264788 Xcode: 10.1/10B61 - /usr/bin/xcodebuild npmPackages: react: 16.6.0 => 16.6.0 react-native: 0.57.4 => 0.57.4

I'm using the latest version of this package and "native-base": "^2.11.0".

Everything worked fine in debug build, but in release build, I have no keyboard that shows up when I enter an input field?!

That's pretty weird...

omatrot commented 5 years ago

Sorry my fault. The app was consuming too much CPU cycles, thus preventing the keyboard to show up.