After having removed the android:allowBackup="false" line from my AndroidManifest.xml file, which prevented me to compile this project, I'm now facing the following compilation issue :
> Task :react-native-android-scanner:compileDebugJavaWithJavac FAILED
/Users/zedtux/Developments/companion/node_modules/react-native-android-scanner/android/src/main/java/com/reactlibrary/RNReactNativeAndroidScannerModule.java:11: error: cannot find symbol
import android.support.v7.app.ActionBarActivity;
^
symbol: class ActionBarActivity
location: package android.support.v7.app
1 error
After having removed the
android:allowBackup="false"line from myAndroidManifest.xmlfile, which prevented me to compile this project, I'm now facing the following compilation issue :