lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
419 stars 159 forks source link

使用报错 #125

Open drangonh opened 4 years ago

drangonh commented 4 years ago

Execution failed for task ':RNSendIntentModule:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

soitun commented 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");