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
if I try to comment this line (with @OverRide) - can run the app, but get another error: CustomKeyboardViewNative was not found in the UIManager.
BUILD FAILED in 7s
error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.
Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081
/node_modules/react-native-keyboard-input/lib/android/src/main/java/com/wix/reactnativekeyboardinput/CustomKeyboardRootViewShadow.java:16: error: method does not override or implement a method from a supertype
@Override
^
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':reactnativekeyboardinput:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
* Get more help at https://help.gradle.org
settings.gradle:
include ':reactnativekeyboardinput'
project(':reactnativekeyboardinput').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-keyboard-input/lib/android')
if I try to comment this line (with @OverRide) - can run the app, but get another error: CustomKeyboardViewNative was not found in the UIManager.
settings.gradle:
build.gradle:
The text was updated successfully, but these errors were encountered: