lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
419 stars 159 forks source link

Compatible with newer RN versions? #156

Open tkmin opened 8 months ago

tkmin commented 8 months ago

I'm trying to migrate my RN project from v0.66.5 to v0.73.4, due to the ios app build failure.

Among following the RN migration guide, I noticed "MainApplication.java" file should be deleted.

so, I assumed this library might not be compatible with newer version of RN. (As README said, Register Module in MainApplication.java is required)

Or, is there any workarounds like compat patch for newer RN versions? (maybe registering module in MainApplication.kt?)