Open drangonh opened 4 years ago
1, cd into your react native project root directory 2, run "npm install react-native-send-intent --save" and "react-native link react-native-send-intent" 3, open AndroidManifest.xml in android/app/src/main directory , add
4, goto app.js , add follow var SendIntentAndroid = require("react-native-send-intent");
Execution failed for task ':RNSendIntentModule:compileDebugJavaWithJavac'.