expo 47.0.0-beta.7 → 47.0.0-beta.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.
package/android/build.gradle
CHANGED
|
@@ -23,17 +23,18 @@ def getRNVersion() {
|
|
|
23
23
|
def coreVersion = version.split("-")[0]
|
|
24
24
|
def (major, minor, patch) = coreVersion.tokenize('.').collect { it.toInteger() }
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
26
|
+
def versionNumber = versionToNumber(major, minor, patch)
|
|
27
|
+
if (versionNumber == versionToNumber(0, 0, 0)) {
|
|
28
|
+
// react-native nightly build published as `0.0.0-20221002-2027-2319f75c8` form, but its semantic is latest
|
|
29
|
+
return versionToNumber(9999, 9999, 9999)
|
|
30
|
+
}
|
|
31
|
+
return versionNumber
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
ensureDependeciesWereEvaluated(project)
|
|
34
35
|
|
|
35
36
|
group = 'host.exp.exponent'
|
|
36
|
-
version = '47.0.0-beta.
|
|
37
|
+
version = '47.0.0-beta.8'
|
|
37
38
|
|
|
38
39
|
buildscript {
|
|
39
40
|
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
|
|
@@ -104,7 +105,7 @@ android {
|
|
|
104
105
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
|
105
106
|
targetSdkVersion safeExtGet("targetSdkVersion", 31)
|
|
106
107
|
versionCode 1
|
|
107
|
-
versionName "47.0.0-beta.
|
|
108
|
+
versionName "47.0.0-beta.8"
|
|
108
109
|
consumerProguardFiles("proguard-rules.pro")
|
|
109
110
|
}
|
|
110
111
|
lintOptions {
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"expo-background-fetch": "~11.0.1",
|
|
22
22
|
"expo-barcode-scanner": "~12.0.0",
|
|
23
23
|
"expo-battery": "~7.0.0",
|
|
24
|
-
"expo-blur": "~12.0.
|
|
25
|
-
"expo-brightness": "~11.0.
|
|
24
|
+
"expo-blur": "~12.0.1",
|
|
25
|
+
"expo-brightness": "~11.0.1",
|
|
26
26
|
"expo-build-properties": "~0.4.0",
|
|
27
27
|
"expo-calendar": "~11.0.1",
|
|
28
28
|
"expo-camera": "~13.0.0",
|
|
29
29
|
"expo-cellular": "~5.0.1",
|
|
30
|
-
"expo-checkbox": "~2.2.
|
|
30
|
+
"expo-checkbox": "~2.2.2",
|
|
31
31
|
"expo-clipboard": "~4.0.1",
|
|
32
32
|
"expo-constants": "~14.0.2",
|
|
33
33
|
"expo-contacts": "~11.0.1",
|
|
@@ -51,15 +51,15 @@
|
|
|
51
51
|
"expo-in-app-purchases": "~14.0.0",
|
|
52
52
|
"expo-intent-launcher": "~10.3.1",
|
|
53
53
|
"expo-keep-awake": "~11.0.1",
|
|
54
|
-
"expo-linear-gradient": "~12.0.
|
|
54
|
+
"expo-linear-gradient": "~12.0.1",
|
|
55
55
|
"expo-linking": "~3.2.3",
|
|
56
|
-
"expo-local-authentication": "~13.0.
|
|
56
|
+
"expo-local-authentication": "~13.0.2",
|
|
57
57
|
"expo-localization": "~14.0.0",
|
|
58
58
|
"expo-location": "~15.0.1",
|
|
59
59
|
"expo-mail-composer": "~12.0.0",
|
|
60
60
|
"expo-media-library": "~15.0.0",
|
|
61
|
-
"expo-module-template": "~10.7.
|
|
62
|
-
"expo-modules-core": "~0.13.
|
|
61
|
+
"expo-module-template": "~10.7.7",
|
|
62
|
+
"expo-modules-core": "~0.13.4",
|
|
63
63
|
"expo-navigation-bar": "~2.0.1",
|
|
64
64
|
"expo-network": "~5.0.0",
|
|
65
65
|
"expo-notifications": "~0.17.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"expo-speech": "~11.0.0",
|
|
76
76
|
"expo-splash-screen": "~0.17.3",
|
|
77
77
|
"expo-sqlite": "~11.0.0",
|
|
78
|
-
"expo-status-bar": "~1.4.
|
|
78
|
+
"expo-status-bar": "~1.4.2",
|
|
79
79
|
"expo-store-review": "~6.0.0",
|
|
80
80
|
"expo-system-ui": "~2.0.1",
|
|
81
81
|
"expo-task-manager": "~11.0.1",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"react-native-get-random-values": "~1.8.0",
|
|
94
94
|
"react-native-maps": "1.3.2",
|
|
95
95
|
"react-native-pager-view": "6.0.1",
|
|
96
|
-
"react-native-reanimated": "~2.
|
|
96
|
+
"react-native-reanimated": "~2.12.0",
|
|
97
97
|
"react-native-screens": "~3.18.0",
|
|
98
98
|
"react-native-safe-area-context": "4.4.1",
|
|
99
99
|
"react-native-shared-element": "0.8.4",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"sentry-expo": "~5.0.0",
|
|
104
104
|
"unimodules-app-loader": "~4.0.0",
|
|
105
105
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
106
|
-
"@shopify/react-native-skia": "0.1.
|
|
106
|
+
"@shopify/react-native-skia": "0.1.157",
|
|
107
107
|
"@shopify/flash-list": "1.3.1",
|
|
108
108
|
"@sentry/react-native": "4.2.2"
|
|
109
109
|
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// Importing and calling this method in user space prevents it from taking effect early enough;
|
|
2
|
+
// errors would still be enabled for modules imported at the root scope. Instead, this file lets
|
|
3
|
+
// people disable the errors by adding `import 'expo/disable-missing-native-module-errors';` which
|
|
4
|
+
// does take effect early enough.
|
|
5
|
+
import { disableMissingNativeModuleErrors } from './build/proxies/NativeModules';
|
|
6
|
+
disableMissingNativeModuleErrors();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "47.0.0-beta.
|
|
3
|
+
"version": "47.0.0-beta.8",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"AppEntry.js",
|
|
23
23
|
"Expo.podspec",
|
|
24
24
|
"bundledNativeModules.json",
|
|
25
|
+
"disable-missing-native-module-errors.js",
|
|
25
26
|
"expo-module.config.json",
|
|
26
27
|
"metro-config.js",
|
|
27
28
|
"config.js",
|
|
@@ -59,9 +60,9 @@
|
|
|
59
60
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
60
61
|
"dependencies": {
|
|
61
62
|
"@babel/runtime": "^7.14.0",
|
|
62
|
-
"@expo/cli": "0.4.
|
|
63
|
+
"@expo/cli": "0.4.6",
|
|
63
64
|
"@expo/vector-icons": "^13.0.0",
|
|
64
|
-
"@expo/config-plugins": "5.0.
|
|
65
|
+
"@expo/config-plugins": "5.0.4",
|
|
65
66
|
"@expo/config": "7.0.3",
|
|
66
67
|
"babel-preset-expo": "~9.2.1",
|
|
67
68
|
"cross-spawn": "^6.0.5",
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
"expo-font": "~11.0.1",
|
|
73
74
|
"expo-keep-awake": "~11.0.1",
|
|
74
75
|
"expo-modules-autolinking": "0.12.0",
|
|
75
|
-
"expo-modules-core": "0.13.
|
|
76
|
+
"expo-modules-core": "0.13.4",
|
|
76
77
|
"fbemitter": "^3.0.0",
|
|
77
78
|
"getenv": "^1.0.0",
|
|
78
79
|
"invariant": "^2.2.4",
|
|
@@ -91,10 +92,10 @@
|
|
|
91
92
|
"@types/react-native": "~0.69.1",
|
|
92
93
|
"@types/react-test-renderer": "^18.0.0",
|
|
93
94
|
"@types/uuid": "^3.4.7",
|
|
94
|
-
"expo-module-scripts": "^3.0.
|
|
95
|
+
"expo-module-scripts": "^3.0.3",
|
|
95
96
|
"react": "18.1.0",
|
|
96
97
|
"react-dom": "18.0.0",
|
|
97
98
|
"react-native": "0.70.4"
|
|
98
99
|
},
|
|
99
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "1a87dcc55895a9e16e3d4fd0fa78f2244c1d961f"
|
|
100
101
|
}
|