hybriteq / react-native-floating-bubble

A simple Facebook Chat Head like bubble for react native
MIT License
209 stars 58 forks source link

Support for newer target SDKs #43

Open muhammad-ali-pk opened 2 years ago

muhammad-ali-pk commented 2 years ago

Please update compile 'com.facebook.react:react-native:+' to implementation 'com.facebook.react:react-native:+' in "node_modules/react-native-floating-bubble/android/build.gradle" to make it work on newer android devices.

umarabdulhuq commented 1 year ago

any update?

umarabdulhuq commented 1 year ago

I got this error in the node module file of the library.

Screenshot 2022-11-24 at 4 23 10 PM Screenshot 2022-11-24 at 4 23 53 PM

if I change this compile on line 42 to implementation work fine till I do not re-install the node module

muhammad-ali-pk commented 1 year ago

I got this error in the node module file of the library.

Screenshot 2022-11-24 at 4 23 10 PM Screenshot 2022-11-24 at 4 23 53 PM

if I change this compile on line 42 to implementation work fine till I do not re-install the node module

Use patch-package https://www.npmjs.com/package/patch-package This way you can prevent this change from resetting when you reinstall node module.

umarabdulhuq commented 1 year ago

thanks @muhammad-ali-pk 👍