react-native-floating-bubble: App crashing at time of initialize
initialize().then(() => console.log('Initialized the bubble mange'));
app getting crash.
It’s happening in Android Oreo.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 7
- Comments: 15 (2 by maintainers)
this fix for me, #2
just open: node_modules/react-native-floating-bubble/android/build.gradle replace compile ‘com.txusballesteros:bubbles:1.2.1’ to implementation ‘com.github.txusballesteros:bubbles-for-android:develop-SNAPSHOT’
I requested permission. it prints request granted. after that it getting crashed.
Yes @janakact, works perfectly. Thanks
Anybody going to fix this?
Its fixed in the dependency https://github.com/txusballesteros/bubbles-for-android/issues?utf8=✓&q=2006
I created a pull request with the solution (https://github.com/txusballesteros/bubbles-for-android/pull/49) … apparently it’s a problem with the dependency (https://github.com/txusballesteros/bubbles-for-android/issues/48)
Did you get the permission.?
Request permission first and then initialize.