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

使用报错

Open drangonh opened this issue 5 years ago • 1 comments

Execution failed for task ':RNSendIntentModule:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

drangonh avatar May 29 '20 10:05 drangonh

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

soitun avatar Jun 04 '20 01:06 soitun