aseemnishad / react-native-android-scanner

React native implementation of AndroidScannerDemo https://github.com/jhansireddy/AndroidScannerDemo
MIT License
12 stars 9 forks source link

Crash when using with 64 bit #10

Open oferRounds opened 5 years ago

oferRounds commented 5 years ago

After upgrading our app to 64 bit (as Google requiers it for all apps to do by August 1st) we get the following crash, which happens when the scanner is getting opened. Any idea how to solve it?

image

oferRounds commented 5 years ago

Specifically, it started to happen after I removed from from /app/build.gradle the following lines:

ndk {   
            abiFilters "armeabi-v7a", "x86" 
        }
oferRounds commented 5 years ago

@aseemnishad any idea?