Android
React Native
Android setup
In your build.gradle
add Authenteq maven repository to repositories list:
▸ Set min Android SDK to level 21 (Android 5.0) in build.gradle
▸ Adjust backup settings in AndroidManifest.xml
by changing the allowBackup
attribute to true
or disable it by adding this attribute
in application tag
this also requires you to add the following attribute in manifest
tag
Last updated