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 had the same problem and the solution was as follows
In the node_modules folder go to the react-native-touch-id-android / Android directory and find the build.gradle file and edit it.
You will see this
compile 'com.github.ajalt.reprint:core:2.9.2@aar' // required, supports marshmallow devices
compile 'com.github.ajalt.reprint:reprint_spass:2.9.2@aar' // optional: support for pre-marshmallow Samsung devices
And replace it with this.
compile 'com.github.ajalt.reprint:core:3.3.2@aar' // required, supports marshmallow devices
compile 'com.github.ajalt.reprint:reprint_spass:3.3.2@aar' // optional: support for pre-marshmallow Samsung devices
There is an error while generating build in android.
The text was updated successfully, but these errors were encountered: