expo 46.0.0-alpha.1 → 46.0.0-beta.1
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 +14 -19
- 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-
|
|
36
|
+
version = '46.0.0-beta.1'
|
|
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-
|
|
107
|
+
versionName "46.0.0-beta.1"
|
|
108
108
|
consumerProguardFiles("proguard-rules.pro")
|
|
109
109
|
}
|
|
110
110
|
lintOptions {
|
|
@@ -9,23 +9,19 @@
|
|
|
9
9
|
"@react-native-picker/picker": "2.4.2",
|
|
10
10
|
"@react-native-segmented-control/segmented-control": "2.4.0",
|
|
11
11
|
"@stripe/stripe-react-native": "0.13.1",
|
|
12
|
-
"expo-ads-admob": "~13.1.0",
|
|
13
|
-
"expo-ads-facebook": "~11.3.0",
|
|
14
12
|
"expo-analytics-amplitude": "~11.3.0",
|
|
15
|
-
"expo-analytics-segment": "~11.3.0",
|
|
16
13
|
"expo-app-auth": "~11.1.0",
|
|
17
14
|
"expo-app-loader-provider": "~8.0.0",
|
|
18
15
|
"expo-app-loading": "~2.1.0",
|
|
19
16
|
"expo-apple-authentication": "~4.3.0",
|
|
20
17
|
"expo-application": "~4.2.0",
|
|
21
18
|
"expo-asset": "~8.6.0",
|
|
22
|
-
"expo-auth-session": "~3.7.
|
|
23
|
-
"expo-av": "~12.0.
|
|
19
|
+
"expo-auth-session": "~3.7.1",
|
|
20
|
+
"expo-av": "~12.0.1",
|
|
24
21
|
"expo-background-fetch": "~10.3.0",
|
|
25
22
|
"expo-barcode-scanner": "~11.4.0",
|
|
26
23
|
"expo-battery": "~6.3.0",
|
|
27
24
|
"expo-blur": "~11.2.0",
|
|
28
|
-
"expo-branch": "~5.3.0",
|
|
29
25
|
"expo-brightness": "~10.3.0",
|
|
30
26
|
"expo-build-properties": "~0.3.0",
|
|
31
27
|
"expo-calendar": "~10.3.0",
|
|
@@ -33,7 +29,7 @@
|
|
|
33
29
|
"expo-cellular": "~4.3.0",
|
|
34
30
|
"expo-checkbox": "~2.2.0",
|
|
35
31
|
"expo-clipboard": "~3.1.0",
|
|
36
|
-
"expo-constants": "~13.2.
|
|
32
|
+
"expo-constants": "~13.2.2",
|
|
37
33
|
"expo-contacts": "~10.3.0",
|
|
38
34
|
"expo-crypto": "~11.0.0",
|
|
39
35
|
"expo-dev-client": "~1.0.0",
|
|
@@ -41,10 +37,9 @@
|
|
|
41
37
|
"expo-document-picker": "~10.3.0",
|
|
42
38
|
"expo-error-recovery": "~3.2.0",
|
|
43
39
|
"expo-face-detector": "~11.3.0",
|
|
44
|
-
"expo-facebook": "~12.3.0",
|
|
45
40
|
"expo-file-system": "~14.1.0",
|
|
46
|
-
"expo-firebase-analytics": "~7.1.
|
|
47
|
-
"expo-firebase-core": "~5.1.
|
|
41
|
+
"expo-firebase-analytics": "~7.1.1",
|
|
42
|
+
"expo-firebase-core": "~5.1.1",
|
|
48
43
|
"expo-firebase-recaptcha": "~2.3.0",
|
|
49
44
|
"expo-font": "~10.2.0",
|
|
50
45
|
"expo-gl": "~11.4.0",
|
|
@@ -53,22 +48,22 @@
|
|
|
53
48
|
"expo-haptics": "~11.3.0",
|
|
54
49
|
"expo-image-loader": "~3.2.0",
|
|
55
50
|
"expo-image-manipulator": "~10.4.0",
|
|
56
|
-
"expo-image-picker": "~13.
|
|
51
|
+
"expo-image-picker": "~13.3.0",
|
|
57
52
|
"expo-in-app-purchases": "~13.1.0",
|
|
58
53
|
"expo-intent-launcher": "~10.3.0",
|
|
59
54
|
"expo-keep-awake": "~10.2.0",
|
|
60
55
|
"expo-linear-gradient": "~11.4.0",
|
|
61
|
-
"expo-linking": "~3.2.
|
|
56
|
+
"expo-linking": "~3.2.1",
|
|
62
57
|
"expo-local-authentication": "~12.3.0",
|
|
63
58
|
"expo-localization": "~13.1.0",
|
|
64
59
|
"expo-location": "~14.3.0",
|
|
65
60
|
"expo-mail-composer": "~11.3.0",
|
|
66
61
|
"expo-media-library": "~14.2.0",
|
|
67
62
|
"expo-module-template": "~10.7.0",
|
|
68
|
-
"expo-modules-core": "~0.11.
|
|
63
|
+
"expo-modules-core": "~0.11.2",
|
|
69
64
|
"expo-navigation-bar": "~1.3.0",
|
|
70
65
|
"expo-network": "~4.3.0",
|
|
71
|
-
"expo-notifications": "~0.16.
|
|
66
|
+
"expo-notifications": "~0.16.1",
|
|
72
67
|
"expo-permissions": "~13.2.0",
|
|
73
68
|
"expo-print": "~11.3.0",
|
|
74
69
|
"expo-random": "~12.3.0",
|
|
@@ -79,14 +74,14 @@
|
|
|
79
74
|
"expo-sharing": "~10.3.0",
|
|
80
75
|
"expo-sms": "~10.2.0",
|
|
81
76
|
"expo-speech": "~10.3.0",
|
|
82
|
-
"expo-splash-screen": "~0.16.
|
|
77
|
+
"expo-splash-screen": "~0.16.1",
|
|
83
78
|
"expo-sqlite": "~10.3.0",
|
|
84
79
|
"expo-status-bar": "~1.4.0",
|
|
85
80
|
"expo-store-review": "~5.3.0",
|
|
86
81
|
"expo-system-ui": "~1.3.0",
|
|
87
82
|
"expo-task-manager": "~10.3.0",
|
|
88
|
-
"expo-tracking-transparency": "~2.3.
|
|
89
|
-
"expo-updates": "~0.14.
|
|
83
|
+
"expo-tracking-transparency": "~2.3.1",
|
|
84
|
+
"expo-updates": "~0.14.2",
|
|
90
85
|
"expo-video-thumbnails": "~6.4.0",
|
|
91
86
|
"expo-web-browser": "~11.0.0",
|
|
92
87
|
"lottie-react-native": "5.1.3",
|
|
@@ -101,7 +96,7 @@
|
|
|
101
96
|
"react-native-pager-view": "5.4.24",
|
|
102
97
|
"react-native-reanimated": "~2.9.1",
|
|
103
98
|
"react-native-safe-area-context": "4.3.1",
|
|
104
|
-
"react-native-screens": "~3.
|
|
99
|
+
"react-native-screens": "~3.15.0",
|
|
105
100
|
"react-native-shared-element": "0.8.4",
|
|
106
101
|
"react-native-svg": "12.3.0",
|
|
107
102
|
"react-native-view-shot": "3.3.0",
|
|
@@ -109,6 +104,6 @@
|
|
|
109
104
|
"sentry-expo": "^4.0.0",
|
|
110
105
|
"unimodules-app-loader": "~3.1.0",
|
|
111
106
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
112
|
-
"@shopify/react-native-skia": "0.1.
|
|
107
|
+
"@shopify/react-native-skia": "0.1.136",
|
|
113
108
|
"@shopify/flash-list": "1.1.0"
|
|
114
109
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "46.0.0-
|
|
3
|
+
"version": "46.0.0-beta.1",
|
|
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.2",
|
|
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.2",
|
|
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": "c6678c65b68e45062d49a2deea8e822f69388278"
|
|
93
94
|
}
|