expo 46.0.0-alpha.0 → 46.0.0-alpha.3
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/Expo.podspec +21 -0
- package/android/build.gradle +2 -2
- package/bundledNativeModules.json +10 -10
- package/package.json +6 -5
package/Expo.podspec
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
require 'json'
|
|
2
|
+
|
|
3
|
+
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
|
4
|
+
|
|
5
|
+
Pod::Spec.new do |s|
|
|
6
|
+
s.name = 'Expo'
|
|
7
|
+
s.version = package['version']
|
|
8
|
+
s.summary = package['description']
|
|
9
|
+
s.description = package['description']
|
|
10
|
+
s.license = package['license']
|
|
11
|
+
s.author = package['author']
|
|
12
|
+
s.homepage = package['homepage']
|
|
13
|
+
s.platform = :ios, '12.0'
|
|
14
|
+
s.source = { git: 'https://github.com/expo/expo.git' }
|
|
15
|
+
s.static_framework = true
|
|
16
|
+
s.header_dir = 'Expo'
|
|
17
|
+
|
|
18
|
+
s.dependency 'ExpoModulesCore'
|
|
19
|
+
|
|
20
|
+
s.source_files = 'ios/**/*.{h,m,swift}'
|
|
21
|
+
end
|
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.0-alpha.
|
|
36
|
+
version = '46.0.0-alpha.3'
|
|
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.0-alpha.
|
|
107
|
+
versionName "46.0.0-alpha.3"
|
|
108
108
|
consumerProguardFiles("proguard-rules.pro")
|
|
109
109
|
}
|
|
110
110
|
lintOptions {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"expo-cellular": "~4.3.0",
|
|
34
34
|
"expo-checkbox": "~2.2.0",
|
|
35
35
|
"expo-clipboard": "~3.1.0",
|
|
36
|
-
"expo-constants": "~13.2.
|
|
36
|
+
"expo-constants": "~13.2.1",
|
|
37
37
|
"expo-contacts": "~10.3.0",
|
|
38
38
|
"expo-crypto": "~11.0.0",
|
|
39
39
|
"expo-dev-client": "~1.0.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"expo-haptics": "~11.3.0",
|
|
54
54
|
"expo-image-loader": "~3.2.0",
|
|
55
55
|
"expo-image-manipulator": "~10.4.0",
|
|
56
|
-
"expo-image-picker": "~13.2.
|
|
56
|
+
"expo-image-picker": "~13.2.1",
|
|
57
57
|
"expo-in-app-purchases": "~13.1.0",
|
|
58
58
|
"expo-intent-launcher": "~10.3.0",
|
|
59
59
|
"expo-keep-awake": "~10.2.0",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"expo-mail-composer": "~11.3.0",
|
|
66
66
|
"expo-media-library": "~14.2.0",
|
|
67
67
|
"expo-module-template": "~10.7.0",
|
|
68
|
-
"expo-modules-core": "~0.11.
|
|
68
|
+
"expo-modules-core": "~0.11.1",
|
|
69
69
|
"expo-navigation-bar": "~1.3.0",
|
|
70
70
|
"expo-network": "~4.3.0",
|
|
71
71
|
"expo-notifications": "~0.16.0",
|
|
@@ -86,14 +86,14 @@
|
|
|
86
86
|
"expo-system-ui": "~1.3.0",
|
|
87
87
|
"expo-task-manager": "~10.3.0",
|
|
88
88
|
"expo-tracking-transparency": "~2.3.0",
|
|
89
|
-
"expo-updates": "~0.14.
|
|
89
|
+
"expo-updates": "~0.14.1",
|
|
90
90
|
"expo-video-thumbnails": "~6.4.0",
|
|
91
91
|
"expo-web-browser": "~11.0.0",
|
|
92
92
|
"lottie-react-native": "5.1.3",
|
|
93
|
-
"react": "
|
|
94
|
-
"react-dom": "
|
|
95
|
-
"react-native": "0.
|
|
96
|
-
"react-native-web": "0.
|
|
93
|
+
"react": "18.0.0",
|
|
94
|
+
"react-dom": "18.0.0",
|
|
95
|
+
"react-native": "0.69.1",
|
|
96
|
+
"react-native-web": "~0.18.6",
|
|
97
97
|
"react-native-branch": "^5.4.0",
|
|
98
98
|
"react-native-gesture-handler": "~2.5.0",
|
|
99
99
|
"react-native-get-random-values": "~1.8.0",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"react-native-pager-view": "5.4.24",
|
|
102
102
|
"react-native-reanimated": "~2.9.1",
|
|
103
103
|
"react-native-safe-area-context": "4.3.1",
|
|
104
|
-
"react-native-screens": "~3.
|
|
104
|
+
"react-native-screens": "~3.15.0",
|
|
105
105
|
"react-native-shared-element": "0.8.4",
|
|
106
106
|
"react-native-svg": "12.3.0",
|
|
107
107
|
"react-native-view-shot": "3.3.0",
|
|
@@ -109,6 +109,6 @@
|
|
|
109
109
|
"sentry-expo": "^4.0.0",
|
|
110
110
|
"unimodules-app-loader": "~3.1.0",
|
|
111
111
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
112
|
-
"@shopify/react-native-skia": "0.1.
|
|
112
|
+
"@shopify/react-native-skia": "0.1.136",
|
|
113
113
|
"@shopify/flash-list": "1.1.0"
|
|
114
114
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "46.0.0-alpha.
|
|
3
|
+
"version": "46.0.0-alpha.3",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"scripts",
|
|
21
21
|
"tools",
|
|
22
22
|
"AppEntry.js",
|
|
23
|
+
"Expo.podspec",
|
|
23
24
|
"bundledNativeModules.json",
|
|
24
25
|
"expo-module.config.json",
|
|
25
26
|
"metro-config.js",
|
|
@@ -54,18 +55,18 @@
|
|
|
54
55
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
55
56
|
"dependencies": {
|
|
56
57
|
"@babel/runtime": "^7.14.0",
|
|
57
|
-
"@expo/cli": "0.2.
|
|
58
|
+
"@expo/cli": "0.2.1",
|
|
58
59
|
"@expo/vector-icons": "^13.0.0",
|
|
59
60
|
"babel-preset-expo": "~9.2.0",
|
|
60
61
|
"cross-spawn": "^6.0.5",
|
|
61
62
|
"expo-application": "~4.2.0",
|
|
62
63
|
"expo-asset": "~8.6.0",
|
|
63
|
-
"expo-constants": "~13.2.
|
|
64
|
+
"expo-constants": "~13.2.1",
|
|
64
65
|
"expo-file-system": "~14.1.0",
|
|
65
66
|
"expo-font": "~10.2.0",
|
|
66
67
|
"expo-keep-awake": "~10.2.0",
|
|
67
68
|
"expo-modules-autolinking": "0.10.0",
|
|
68
|
-
"expo-modules-core": "0.11.
|
|
69
|
+
"expo-modules-core": "0.11.1",
|
|
69
70
|
"fbemitter": "^3.0.0",
|
|
70
71
|
"getenv": "^1.0.0",
|
|
71
72
|
"invariant": "^2.2.4",
|
|
@@ -89,5 +90,5 @@
|
|
|
89
90
|
"react-dom": "18.0.0",
|
|
90
91
|
"react-native": "0.69.1"
|
|
91
92
|
},
|
|
92
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "8151bf48e683a50e942ef213f7978b35c41f5e11"
|
|
93
94
|
}
|