react-native-share 10.0.0 → 10.0.2

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.
package/ios/RNShare.h CHANGED
@@ -9,7 +9,7 @@
9
9
  #endif
10
10
 
11
11
  #if RCT_NEW_ARCH_ENABLED
12
- #import <React-Codegen/RNShareSpec/RNShareSpec.h>
12
+ #import <RNShareSpec/RNShareSpec.h>
13
13
  #endif
14
14
 
15
15
  @interface RNShare : NSObject <RCTBridgeModule, UIDocumentPickerDelegate>
@@ -18,4 +18,4 @@
18
18
  #if RCT_NEW_ARCH_ENABLED
19
19
  @interface RNShare () <NativeRNShareSpec, UIDocumentPickerDelegate>
20
20
  @end
21
- #endif
21
+ #endif
package/ios/RNShare.mm CHANGED
@@ -92,7 +92,7 @@ RCT_EXPORT_MODULE()
92
92
  @"INSTAGRAMSTORIES": @"instagramstories",
93
93
  @"TELEGRAM": @"telegram",
94
94
  @"EMAIL": @"email",
95
- @"MESSENGER": @"messanger",
95
+ @"MESSENGER": @"messenger",
96
96
  @"VIBER": @"viber",
97
97
  @"SMS": @"sms",
98
98
  @"SHARE_BACKGROUND_IMAGE": @"shareBackgroundImage",
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": "10.0.0",
4
+ "version": "10.0.2",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/react-native-community/react-native-share.git"