You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered: