react-native-send-intent
react-native-send-intent copied to clipboard
Compatible with newer RN versions?
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?)