react-native-share-menu
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "react-native-share-menu", | ||
"description": "Adds the app to share menu, so it can be launched from share menu and receive data from other apps", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -15,2 +15,12 @@ # react-native-share-menu | ||
### Automatic Installation (React Native 0.36+) | ||
At the command line, in the project directory: | ||
```bash | ||
react-native link | ||
``` | ||
### Manual Installation | ||
* In `android/settings.gradle` | ||
@@ -17,0 +27,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
137
299368
59