expo 46.0.9 → 46.0.11
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
|
@@ -33,7 +33,7 @@ def getRNVersion() {
|
|
|
33
33
|
ensureDependeciesWereEvaluated(project)
|
|
34
34
|
|
|
35
35
|
group = 'host.exp.exponent'
|
|
36
|
-
version = '46.0.
|
|
36
|
+
version = '46.0.11'
|
|
37
37
|
|
|
38
38
|
buildscript {
|
|
39
39
|
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
|
|
@@ -104,7 +104,7 @@ android {
|
|
|
104
104
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
|
105
105
|
targetSdkVersion safeExtGet("targetSdkVersion", 31)
|
|
106
106
|
versionCode 1
|
|
107
|
-
versionName "46.0.
|
|
107
|
+
versionName "46.0.11"
|
|
108
108
|
consumerProguardFiles("proguard-rules.pro")
|
|
109
109
|
}
|
|
110
110
|
lintOptions {
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"@react-native-community/netinfo": "9.3.0",
|
|
7
7
|
"@react-native-community/slider": "4.2.3",
|
|
8
8
|
"@react-native-community/viewpager": "5.0.11",
|
|
9
|
+
"@react-native-firebase/app": "~15.4.0",
|
|
9
10
|
"@react-native-picker/picker": "2.4.2",
|
|
10
11
|
"@react-native-segmented-control/segmented-control": "2.4.0",
|
|
11
12
|
"@stripe/stripe-react-native": "0.13.1",
|
|
@@ -32,16 +33,16 @@
|
|
|
32
33
|
"expo-constants": "~13.2.4",
|
|
33
34
|
"expo-contacts": "~10.3.0",
|
|
34
35
|
"expo-crypto": "~11.0.0",
|
|
35
|
-
"expo-dev-client": "~1.
|
|
36
|
+
"expo-dev-client": "~1.3.0",
|
|
36
37
|
"expo-device": "~4.3.0",
|
|
37
38
|
"expo-document-picker": "~10.3.0",
|
|
38
39
|
"expo-error-recovery": "~3.2.0",
|
|
39
40
|
"expo-face-detector": "~11.3.0",
|
|
40
41
|
"expo-file-system": "~14.1.0",
|
|
41
|
-
"expo-firebase-analytics": "~7.
|
|
42
|
-
"expo-firebase-core": "~5.
|
|
42
|
+
"expo-firebase-analytics": "~7.2.0",
|
|
43
|
+
"expo-firebase-core": "~5.2.0",
|
|
43
44
|
"expo-firebase-recaptcha": "~2.3.0",
|
|
44
|
-
"expo-font": "~10.2.
|
|
45
|
+
"expo-font": "~10.2.1",
|
|
45
46
|
"expo-gl": "~11.4.0",
|
|
46
47
|
"expo-gl-cpp": "~11.4.0",
|
|
47
48
|
"expo-google-app-auth": "~8.3.0",
|
|
@@ -60,7 +61,7 @@
|
|
|
60
61
|
"expo-mail-composer": "~11.3.0",
|
|
61
62
|
"expo-media-library": "~14.2.0",
|
|
62
63
|
"expo-module-template": "~10.7.3",
|
|
63
|
-
"expo-modules-core": "~0.11.
|
|
64
|
+
"expo-modules-core": "~0.11.5",
|
|
64
65
|
"expo-navigation-bar": "~1.3.0",
|
|
65
66
|
"expo-network": "~4.3.0",
|
|
66
67
|
"expo-notifications": "~0.16.1",
|
|
@@ -87,7 +88,7 @@
|
|
|
87
88
|
"lottie-react-native": "5.1.3",
|
|
88
89
|
"react": "18.0.0",
|
|
89
90
|
"react-dom": "18.0.0",
|
|
90
|
-
"react-native": "0.69.
|
|
91
|
+
"react-native": "0.69.5",
|
|
91
92
|
"react-native-web": "~0.18.7",
|
|
92
93
|
"react-native-branch": "^5.4.0",
|
|
93
94
|
"react-native-gesture-handler": "~2.5.0",
|
|
@@ -106,5 +107,5 @@
|
|
|
106
107
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
107
108
|
"@shopify/react-native-skia": "0.1.141",
|
|
108
109
|
"@shopify/flash-list": "1.1.0",
|
|
109
|
-
"@sentry/react-native": "
|
|
110
|
+
"@sentry/react-native": "4.2.2"
|
|
110
111
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "46.0.
|
|
3
|
+
"version": "46.0.11",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@babel/runtime": "^7.14.0",
|
|
58
|
-
"@expo/cli": "0.
|
|
58
|
+
"@expo/cli": "0.3.0",
|
|
59
59
|
"@expo/vector-icons": "^13.0.0",
|
|
60
60
|
"babel-preset-expo": "~9.2.0",
|
|
61
61
|
"cross-spawn": "^6.0.5",
|
|
@@ -63,10 +63,10 @@
|
|
|
63
63
|
"expo-asset": "~8.6.1",
|
|
64
64
|
"expo-constants": "~13.2.4",
|
|
65
65
|
"expo-file-system": "~14.1.0",
|
|
66
|
-
"expo-font": "~10.2.
|
|
66
|
+
"expo-font": "~10.2.1",
|
|
67
67
|
"expo-keep-awake": "~10.2.0",
|
|
68
68
|
"expo-modules-autolinking": "0.10.3",
|
|
69
|
-
"expo-modules-core": "0.11.
|
|
69
|
+
"expo-modules-core": "0.11.5",
|
|
70
70
|
"fbemitter": "^3.0.0",
|
|
71
71
|
"getenv": "^1.0.0",
|
|
72
72
|
"invariant": "^2.2.4",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"expo-module-scripts": "^2.1.1",
|
|
89
89
|
"react": "18.0.0",
|
|
90
90
|
"react-dom": "18.0.0",
|
|
91
|
-
"react-native": "0.69.
|
|
91
|
+
"react-native": "0.69.5"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "76ba612c3ae012ef7478a9a3acacde9ab44d0aaf"
|
|
94
94
|
}
|