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
I have install and link this component via npm. After that, I run the test app via CMD react-native run-android and it stopped with the error:
I recognize the react-native-custom-keyboard package the React Native version is 0.29.0. I also init the react native test project in 0.29.0. It also occur this error. Can you please check this error.
The text was updated successfully, but these errors were encountered:
:react-native-custom-keyboard:compileReleaseJavaWithJavac
:react-native-custom-keyboard:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
/Users/dev3/workspace/ATC-Mobile/node_modules/react-native-custom-keyboard/android/src/main/java/cn/reactnative/customkeyboard/RNCustomKeyboardPackage.java:20: error: method does not override or implement a method from a supertype
@Override
^
1 error
:react-native-custom-keyboard:compileReleaseJavaWithJavac FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':react-native-custom-keyboard:compileReleaseJavaWithJavac'.
> Compilation failed; see the compiler error output for details.
This is with react 16.0.0-alpha.12 and react-native 0.48.3
I have install and link this component via npm. After that, I run the test app via CMD react-native run-android and it stopped with the error:
I recognize the react-native-custom-keyboard package the React Native version is 0.29.0. I also init the react native test project in 0.29.0. It also occur this error. Can you please check this error.
The text was updated successfully, but these errors were encountered: