react-native-send-intent icon indicating copy to clipboard operation
react-native-send-intent copied to clipboard

Compatible with newer RN versions?

Open tkmin opened this issue 1 year ago • 0 comments

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?)

tkmin avatar Feb 13 '24 08:02 tkmin