Open jwoodmansey opened 2 years ago
Confirm, same issue.
same issue (react-native 0.68.2)
Same issue for me 0.69.2
Task :react-native-send-intent:generateDebugRFile FAILED Execution optimizations have been disabled for task ':react-native-send-intent:generateDebugRFile' to ensure correctness due to the following reasons:
same issue RN 0.68.2
I am also experiencing this issue RN 0.72.3
During my most recent upgrade to the newest react-native version (0.76.1). I found that if have a higher version of gradle and I use
implementation project(':react-native-send-intent')
instead of
compile project(':RNSendIntentModule')
my builds are working perfectly fine.
Sometimes during build we get the following error. Can't seem to track down what is causing it.
Version is
"react-native-send-intent": "^1.3.0"