react-native-share 10.0.2 → 10.1.0

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/README.md CHANGED
@@ -2,16 +2,6 @@
2
2
 
3
3
  React Native Share, is a simple tool for sharing messages and files with other apps.
4
4
 
5
- # Sponsors
6
-
7
- ---
8
-
9
- If you use this library on your commercial/personal projects, you can help us by funding the work on specific issues that you choose by using IssueHunt.io!
10
-
11
- This gives you the power to prioritize our work and support the project contributors. Moreover, it'll guarantee the project will be updated and maintained in the long run.
12
-
13
- [![issuehunt-image](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/43406976)
14
-
15
5
  # Getting started 🚀
16
6
 
17
7
  ---
@@ -36,7 +36,7 @@ public class RNSharePackage extends TurboReactPackage {
36
36
  false, // needsEagerInit
37
37
  true, // hasConstants
38
38
  false, // isCxxModule
39
- false // isTurboModule
39
+ true // isTurboModule
40
40
  ));
41
41
  return moduleInfos;
42
42
  };
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.2",
4
+ "version": "10.1.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/react-native-community/react-native-share.git"