@transfergratis/react-native-sdk 0.1.7 → 0.1.8
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transfergratis/react-native-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "transfergratis react native sdk",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -9,8 +9,10 @@
|
|
|
9
9
|
"clean": "expo-module clean",
|
|
10
10
|
"lint": "expo-module lint",
|
|
11
11
|
"test": "expo-module test",
|
|
12
|
-
"prepare": "expo-module prepare",
|
|
13
|
-
"
|
|
12
|
+
"prepare": "expo-module prepare && bash scripts/copy-assets.sh",
|
|
13
|
+
"postprepare": "bash scripts/copy-assets.sh",
|
|
14
|
+
"prepublishOnly": "expo-module prepublishOnly && bash scripts/copy-assets.sh",
|
|
15
|
+
"prepack": "bash scripts/copy-assets.sh",
|
|
14
16
|
"expo-module": "expo-module",
|
|
15
17
|
"open:ios": "xed example/ios",
|
|
16
18
|
"open:android": "open -a \"Android Studio\" example/android"
|