react-native-share 8.2.0 → 8.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ import com.facebook.react.bridge.ReadableMap;
15
15
  public class SnapChatShare extends SingleShareIntent {
16
16
 
17
17
  private static final String PACKAGE = "com.snapchat.android";
18
- private static final String CLASS = "com.snapchat.android.LandingPageActivity";
18
+ private static final String CLASS = "com.snap.mushroom.MainActivity";
19
19
  private static final String PLAY_STORE_LINK = "market://details?id=com.snapchat.android";
20
20
 
21
21
  public SnapChatShare(ReactApplicationContext reactContext) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-share",
3
3
  "description": "Social share, sending simple data to other apps.",
4
- "version": "8.2.0",
4
+ "version": "8.2.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/react-native-community/react-native-share.git"