* What went wrong:
Execution failed for task ':react-native-exit-app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler output below.
Note: /some_project/node_modules/react-native-exit-app/android/src/main/java/com/github/wumke/RNExitApp/RNExitAppPackage.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
/some_project/node_modules/react-native-exit-app/android/src/main/java/com/github/wumke/RNExitApp/RNExitAppPackage.java:20: error: incompatible types: RNExitApp cannot be converted to NativeModule
return new RNExitApp(reactContext);
^
/some_project/node_modules/react-native-exit-app/android/src/newarch/RNExitApp.java:7: error: cannot find symbol
import com.github.wumke.RNExitApp.NativeRNExitAppSpec;
^
symbol: class NativeRNExitAppSpec
location: package com.github.wumke.RNExitApp
/some_project/node_modules/react-native-exit-app/android/src/newarch/RNExitApp.java:19: error: method does not override or implement a method from a supertype
@Override
^
/some_project/node_modules/react-native-exit-app/android/src/newarch/RNExitApp.java:24: error: method does not override or implement a method from a supertype
@Override
^
/some_project/node_modules/react-native-exit-app/android/src/newarch/RNExitApp.java:9: error: cannot find symbol
public class RNExitApp extends NativeRNExitAppSpec {
^
symbol: class NativeRNExitAppSpec
5 errors
"react-native": "0.79.3",
"react-native-exit-app": "^2.0.0",