expo 49.0.5 → 49.0.7
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 = '49.0.
|
|
36
|
+
version = '49.0.7'
|
|
37
37
|
|
|
38
38
|
buildscript {
|
|
39
39
|
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
|
|
@@ -97,7 +97,7 @@ android {
|
|
|
97
97
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
|
98
98
|
targetSdkVersion safeExtGet("targetSdkVersion", 33)
|
|
99
99
|
versionCode 1
|
|
100
|
-
versionName "49.0.
|
|
100
|
+
versionName "49.0.7"
|
|
101
101
|
consumerProguardFiles("proguard-rules.pro")
|
|
102
102
|
}
|
|
103
103
|
lintOptions {
|
|
@@ -17,6 +17,7 @@ import com.facebook.react.ReactRootView
|
|
|
17
17
|
import com.facebook.react.bridge.ReactContext
|
|
18
18
|
import com.facebook.react.modules.core.PermissionListener
|
|
19
19
|
import expo.modules.core.interfaces.ReactActivityLifecycleListener
|
|
20
|
+
import expo.modules.kotlin.Utils
|
|
20
21
|
import java.lang.reflect.Field
|
|
21
22
|
import java.lang.reflect.Method
|
|
22
23
|
import java.lang.reflect.Modifier
|
|
@@ -84,6 +85,9 @@ class ReactActivityDelegateWrapper(
|
|
|
84
85
|
reactDelegate.loadApp(appKey)
|
|
85
86
|
rootViewContainer.addView(reactDelegate.reactRootView, ViewGroup.LayoutParams.MATCH_PARENT)
|
|
86
87
|
activity.setContentView(rootViewContainer)
|
|
88
|
+
reactActivityLifecycleListeners.forEach { listener ->
|
|
89
|
+
listener.onContentChanged(activity)
|
|
90
|
+
}
|
|
87
91
|
return
|
|
88
92
|
}
|
|
89
93
|
|
|
@@ -92,7 +96,11 @@ class ReactActivityDelegateWrapper(
|
|
|
92
96
|
.firstOrNull()
|
|
93
97
|
if (delayLoadAppHandler != null) {
|
|
94
98
|
delayLoadAppHandler.whenReady {
|
|
99
|
+
Utils.assertMainThread()
|
|
95
100
|
invokeDelegateMethod<Unit, String?>("loadApp", arrayOf(String::class.java), arrayOf(appKey))
|
|
101
|
+
reactActivityLifecycleListeners.forEach { listener ->
|
|
102
|
+
listener.onContentChanged(activity)
|
|
103
|
+
}
|
|
96
104
|
if (shouldEmitPendingResume) {
|
|
97
105
|
onResume()
|
|
98
106
|
}
|
|
@@ -100,7 +108,10 @@ class ReactActivityDelegateWrapper(
|
|
|
100
108
|
return
|
|
101
109
|
}
|
|
102
110
|
|
|
103
|
-
|
|
111
|
+
invokeDelegateMethod<Unit, String?>("loadApp", arrayOf(String::class.java), arrayOf(appKey))
|
|
112
|
+
reactActivityLifecycleListeners.forEach { listener ->
|
|
113
|
+
listener.onContentChanged(activity)
|
|
114
|
+
}
|
|
104
115
|
}
|
|
105
116
|
|
|
106
117
|
override fun onCreate(savedInstanceState: Bundle?) {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"expo-camera": "~13.4.2",
|
|
28
28
|
"expo-cellular": "~5.3.0",
|
|
29
29
|
"expo-checkbox": "~2.4.0",
|
|
30
|
-
"expo-clipboard": "~4.3.
|
|
30
|
+
"expo-clipboard": "~4.3.1",
|
|
31
31
|
"expo-constants": "~14.4.2",
|
|
32
32
|
"expo-contacts": "~12.2.0",
|
|
33
33
|
"expo-crypto": "~12.4.1",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"expo-device": "~5.4.0",
|
|
36
36
|
"expo-document-picker": "~11.5.4",
|
|
37
37
|
"expo-face-detector": "~12.2.0",
|
|
38
|
-
"expo-file-system": "~15.4.
|
|
38
|
+
"expo-file-system": "~15.4.3",
|
|
39
39
|
"expo-font": "~11.4.0",
|
|
40
40
|
"expo-gl": "~13.0.1",
|
|
41
41
|
"expo-google-app-auth": "~8.3.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"expo-mail-composer": "~12.3.0",
|
|
57
57
|
"expo-media-library": "~15.4.1",
|
|
58
58
|
"expo-module-template": "~10.9.5",
|
|
59
|
-
"expo-modules-core": "~1.5.
|
|
59
|
+
"expo-modules-core": "~1.5.9",
|
|
60
60
|
"expo-navigation-bar": "~2.3.0",
|
|
61
61
|
"expo-network": "~5.4.0",
|
|
62
62
|
"expo-notifications": "~0.20.1",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"expo-random": "~13.2.0",
|
|
66
66
|
"expo-router": "2.0.0",
|
|
67
67
|
"expo-screen-capture": "~5.3.0",
|
|
68
|
-
"expo-screen-orientation": "~6.0.
|
|
68
|
+
"expo-screen-orientation": "~6.0.5",
|
|
69
69
|
"expo-secure-store": "~12.3.1",
|
|
70
70
|
"expo-sensors": "~12.3.0",
|
|
71
71
|
"expo-sharing": "~11.5.0",
|
|
72
72
|
"expo-sms": "~11.4.0",
|
|
73
73
|
"expo-speech": "~11.3.0",
|
|
74
|
-
"expo-splash-screen": "~0.20.
|
|
75
|
-
"expo-sqlite": "~11.3.
|
|
74
|
+
"expo-splash-screen": "~0.20.5",
|
|
75
|
+
"expo-sqlite": "~11.3.2",
|
|
76
76
|
"expo-status-bar": "~1.6.0",
|
|
77
77
|
"expo-store-review": "~6.4.0",
|
|
78
78
|
"expo-system-ui": "~2.4.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"react-native": "0.72.3",
|
|
88
88
|
"react-native-web": "~0.19.6",
|
|
89
89
|
"react-native-gesture-handler": "~2.12.0",
|
|
90
|
-
"react-native-get-random-values": "~1.
|
|
90
|
+
"react-native-get-random-values": "~1.9.0",
|
|
91
91
|
"react-native-maps": "1.7.1",
|
|
92
92
|
"react-native-pager-view": "6.2.0",
|
|
93
93
|
"react-native-reanimated": "~3.3.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "49.0.
|
|
3
|
+
"version": "49.0.7",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"expo-application": "~5.3.0",
|
|
67
67
|
"expo-asset": "~8.10.1",
|
|
68
68
|
"expo-constants": "~14.4.2",
|
|
69
|
-
"expo-file-system": "~15.4.
|
|
69
|
+
"expo-file-system": "~15.4.3",
|
|
70
70
|
"expo-font": "~11.4.0",
|
|
71
71
|
"expo-keep-awake": "~12.3.0",
|
|
72
72
|
"expo-modules-autolinking": "1.5.0",
|
|
73
|
-
"expo-modules-core": "1.5.
|
|
73
|
+
"expo-modules-core": "1.5.9",
|
|
74
74
|
"fbemitter": "^3.0.0",
|
|
75
75
|
"invariant": "^2.2.4",
|
|
76
76
|
"md5-file": "^3.2.3",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"react-dom": "18.2.0",
|
|
90
90
|
"react-native": "0.72.3"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "fe1e995970e09767cb95933cc3dafbfff99ec222"
|
|
93
93
|
}
|