Estimote / react-native-proximity

React Native wrapper for Estimote Proximity SDK
Apache License 2.0
61 stars 38 forks source link

Android Crash #62

Closed Godhran closed 4 years ago

Godhran commented 4 years ago

On react-native 0.63.1 Works as expected iOS but crashing on Android upon starting observing. No errors get printed. Tried the fix of using the git source for react-native-proximity which updates "@estimote/react-native-proximity": "https://github.com/Estimote/react-native-proximity.git#1388704", and changes these two build gradle values

    implementation 'com.estimote:proximity-sdk:1.0.5'
    implementation 'com.estimote:scanning-plugin:0.25.4'

Any help?