expo 44.0.0 → 44.0.4
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 +2 -2
- package/bundledNativeModules.json +6 -6
- package/package.json +5 -5
- package/scripts/autolinking.rb +10 -0
package/android/build.gradle
CHANGED
|
@@ -8,7 +8,7 @@ apply from: "../scripts/autolinking.gradle"
|
|
|
8
8
|
ensureDependeciesWereEvaluated(project)
|
|
9
9
|
|
|
10
10
|
group = 'host.exp.exponent'
|
|
11
|
-
version = '44.0.
|
|
11
|
+
version = '44.0.4'
|
|
12
12
|
|
|
13
13
|
buildscript {
|
|
14
14
|
// Simple helper that allows the root project to override versions declared by this library.
|
|
@@ -62,7 +62,7 @@ android {
|
|
|
62
62
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
|
63
63
|
targetSdkVersion safeExtGet("targetSdkVersion", 30)
|
|
64
64
|
versionCode 1
|
|
65
|
-
versionName "44.0.
|
|
65
|
+
versionName "44.0.4"
|
|
66
66
|
consumerProguardFiles("proguard-rules.pro")
|
|
67
67
|
}
|
|
68
68
|
lintOptions {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"expo-app-loading": "~1.3.0",
|
|
21
21
|
"expo-apple-authentication": "~4.1.0",
|
|
22
22
|
"expo-application": "~4.0.1",
|
|
23
|
-
"expo-asset": "~8.4.
|
|
23
|
+
"expo-asset": "~8.4.5",
|
|
24
24
|
"expo-auth-session": "~3.5.0",
|
|
25
25
|
"expo-av": "~10.2.0",
|
|
26
26
|
"expo-background-fetch": "~10.1.0",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"expo-constants": "~13.0.0",
|
|
38
38
|
"expo-contacts": "~10.1.0",
|
|
39
39
|
"expo-crypto": "~10.1.1",
|
|
40
|
-
"expo-dev-client": "~0.
|
|
40
|
+
"expo-dev-client": "~0.8.0",
|
|
41
41
|
"expo-device": "~4.1.0",
|
|
42
42
|
"expo-document-picker": "~10.1.0",
|
|
43
43
|
"expo-error-recovery": "~3.0.4",
|
|
@@ -67,27 +67,27 @@
|
|
|
67
67
|
"expo-mail-composer": "~11.1.0",
|
|
68
68
|
"expo-media-library": "~14.0.0",
|
|
69
69
|
"expo-module-template": "~10.1.0",
|
|
70
|
-
"expo-modules-core": "~0.6.
|
|
70
|
+
"expo-modules-core": "~0.6.4",
|
|
71
71
|
"expo-navigation-bar": "~1.1.1",
|
|
72
72
|
"expo-network": "~4.1.0",
|
|
73
73
|
"expo-notifications": "~0.14.0",
|
|
74
74
|
"expo-permissions": "~13.1.0",
|
|
75
75
|
"expo-print": "~11.1.0",
|
|
76
|
-
"expo-random": "~12.1.
|
|
76
|
+
"expo-random": "~12.1.1",
|
|
77
77
|
"expo-screen-orientation": "~4.1.1",
|
|
78
78
|
"expo-secure-store": "~11.1.0",
|
|
79
79
|
"expo-sensors": "~11.1.0",
|
|
80
80
|
"expo-sharing": "~10.1.0",
|
|
81
81
|
"expo-sms": "~10.1.0",
|
|
82
82
|
"expo-speech": "~10.1.0",
|
|
83
|
-
"expo-splash-screen": "~0.14.
|
|
83
|
+
"expo-splash-screen": "~0.14.1",
|
|
84
84
|
"expo-sqlite": "~10.1.0",
|
|
85
85
|
"expo-status-bar": "~1.2.0",
|
|
86
86
|
"expo-store-review": "~5.1.0",
|
|
87
87
|
"expo-system-ui": "~1.1.0",
|
|
88
88
|
"expo-task-manager": "~10.1.0",
|
|
89
89
|
"expo-tracking-transparency": "~2.1.0",
|
|
90
|
-
"expo-updates": "~0.11.
|
|
90
|
+
"expo-updates": "~0.11.3",
|
|
91
91
|
"expo-video-thumbnails": "~6.1.0",
|
|
92
92
|
"expo-web-browser": "~10.1.0",
|
|
93
93
|
"lottie-react-native": "5.0.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "44.0.
|
|
3
|
+
"version": "44.0.4",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
"babel-preset-expo": "~9.0.2",
|
|
61
61
|
"cross-spawn": "^6.0.5",
|
|
62
62
|
"expo-application": "~4.0.1",
|
|
63
|
-
"expo-asset": "~8.4.
|
|
63
|
+
"expo-asset": "~8.4.5",
|
|
64
64
|
"expo-constants": "~13.0.0",
|
|
65
65
|
"expo-file-system": "~13.1.0",
|
|
66
66
|
"expo-font": "~10.0.4",
|
|
67
67
|
"expo-keep-awake": "~10.0.1",
|
|
68
|
-
"expo-modules-autolinking": "0.5.
|
|
69
|
-
"expo-modules-core": "0.6.
|
|
68
|
+
"expo-modules-autolinking": "0.5.5",
|
|
69
|
+
"expo-modules-core": "0.6.4",
|
|
70
70
|
"fbemitter": "^2.1.1",
|
|
71
71
|
"invariant": "^2.2.4",
|
|
72
72
|
"md5-file": "^3.2.3",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"react-dom": "17.0.1",
|
|
89
89
|
"react-native": "0.64.3"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "fadd71f60b8b429e6602bcb33ee57fb66f07bdc6"
|
|
92
92
|
}
|
package/scripts/autolinking.rb
CHANGED
|
@@ -3,6 +3,7 @@ require 'pathname'
|
|
|
3
3
|
require 'colored2' # dependency of CocoaPods
|
|
4
4
|
|
|
5
5
|
require File.join(File.dirname(`node --print "require.resolve('expo-modules-autolinking/package.json')"`), "scripts/ios/autolinking_manager")
|
|
6
|
+
require File.join(File.dirname(`node --print "require.resolve('expo-modules-autolinking/package.json')"`), "scripts/ios/react_import_patcher")
|
|
6
7
|
|
|
7
8
|
def use_expo_modules!(options = {})
|
|
8
9
|
# When run from the Podfile, `self` points to Pod::Podfile object
|
|
@@ -14,3 +15,12 @@ def use_expo_modules!(options = {})
|
|
|
14
15
|
|
|
15
16
|
@current_target_definition.autolinking_manager = Expo::AutolinkingManager.new(self, @current_target_definition, options).use_expo_modules!
|
|
16
17
|
end
|
|
18
|
+
|
|
19
|
+
def expo_patch_react_imports!(installer, options = {})
|
|
20
|
+
unless installer.is_a?(Pod::Installer)
|
|
21
|
+
Pod::UI.warn 'expo_patch_react_imports!() - Invalid `installer` parameter'.red
|
|
22
|
+
return
|
|
23
|
+
end
|
|
24
|
+
|
|
25
|
+
Expo::ReactImportPatcher.new(installer, options).run!
|
|
26
|
+
end
|