Estimote/react-native-proximity

Android Crash

Godhran opened this issue · 0 comments

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?