react-native-share-menu
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"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.1.1", | ||
"version": "1.1.2", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -34,3 +34,3 @@ # react-native-share-menu | ||
```java | ||
import ca.ios.ba.ShareMenuPackage; // <--- import | ||
import com.meedan.ShareMenuPackage; // <--- import | ||
@@ -37,0 +37,0 @@ public class MainActivity extends ReactActivity { |
Sorry, the diff of this file is not supported yet
91405