expo 43.0.0-beta.4 → 43.0.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/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 = '43.0.
|
|
11
|
+
version = '43.0.3'
|
|
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 "43.0.
|
|
65
|
+
versionName "43.0.3"
|
|
66
66
|
consumerProguardFiles("proguard-rules.pro")
|
|
67
67
|
}
|
|
68
68
|
lintOptions {
|
|
@@ -7,3 +7,11 @@
|
|
|
7
7
|
-keepclassmembers public class com.facebook.react.ReactNativeHost {
|
|
8
8
|
protected *;
|
|
9
9
|
}
|
|
10
|
+
|
|
11
|
+
# For ExpoModulesPackage autolinking
|
|
12
|
+
-keepclassmembers public class expo.modules.ExpoModulesPackageList {
|
|
13
|
+
public *;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
-keepnames class * extends expo.modules.core.BasePackage
|
|
17
|
+
-keepnames class * implements expo.modules.core.interfaces.Package
|
|
@@ -11,82 +11,85 @@
|
|
|
11
11
|
"@stripe/stripe-react-native": "0.2.2",
|
|
12
12
|
"@unimodules/core": "~7.2.0",
|
|
13
13
|
"@unimodules/react-native-adapter": "~6.5.0",
|
|
14
|
-
"expo-ads-admob": "~11.0.
|
|
15
|
-
"expo-ads-facebook": "~11.0.
|
|
16
|
-
"expo-analytics-amplitude": "~11.0.
|
|
17
|
-
"expo-analytics-segment": "~11.0.
|
|
18
|
-
"expo-app-auth": "~11.0.
|
|
14
|
+
"expo-ads-admob": "~11.0.3",
|
|
15
|
+
"expo-ads-facebook": "~11.0.3",
|
|
16
|
+
"expo-analytics-amplitude": "~11.0.3",
|
|
17
|
+
"expo-analytics-segment": "~11.0.3",
|
|
18
|
+
"expo-app-auth": "~11.0.3",
|
|
19
19
|
"expo-app-loader-provider": "~8.0.0",
|
|
20
|
-
"expo-app-loading": "~1.2.
|
|
21
|
-
"expo-apple-authentication": "~4.0.
|
|
20
|
+
"expo-app-loading": "~1.2.1",
|
|
21
|
+
"expo-apple-authentication": "~4.0.3",
|
|
22
22
|
"expo-application": "~4.0.0",
|
|
23
|
-
"expo-asset": "~8.4.
|
|
23
|
+
"expo-asset": "~8.4.3",
|
|
24
24
|
"expo-auth-session": "~3.4.2",
|
|
25
|
-
"expo-av": "~10.1.
|
|
26
|
-
"expo-background-fetch": "~10.0.
|
|
27
|
-
"expo-barcode-scanner": "~11.1.
|
|
28
|
-
"expo-battery": "~6.0.
|
|
29
|
-
"expo-blur": "~10.0.
|
|
30
|
-
"expo-branch": "~5.0.
|
|
31
|
-
"expo-brightness": "~10.0.
|
|
32
|
-
"expo-calendar": "~10.0.
|
|
33
|
-
"expo-camera": "~12.0.
|
|
25
|
+
"expo-av": "~10.1.3",
|
|
26
|
+
"expo-background-fetch": "~10.0.3",
|
|
27
|
+
"expo-barcode-scanner": "~11.1.2",
|
|
28
|
+
"expo-battery": "~6.0.3",
|
|
29
|
+
"expo-blur": "~10.0.3",
|
|
30
|
+
"expo-branch": "~5.0.3",
|
|
31
|
+
"expo-brightness": "~10.0.3",
|
|
32
|
+
"expo-calendar": "~10.0.3",
|
|
33
|
+
"expo-camera": "~12.0.3",
|
|
34
34
|
"expo-cellular": "~4.0.0",
|
|
35
35
|
"expo-checkbox": "~2.0.0",
|
|
36
|
-
"expo-clipboard": "~2.0.
|
|
37
|
-
"expo-constants": "~12.1.
|
|
38
|
-
"expo-contacts": "~10.0.
|
|
39
|
-
"expo-crypto": "~10.0.
|
|
40
|
-
"expo-
|
|
41
|
-
"expo-
|
|
42
|
-
"expo-
|
|
43
|
-
"expo-error-recovery": "~3.0.
|
|
44
|
-
"expo-face-detector": "~11.0.
|
|
45
|
-
"expo-facebook": "~12.0.
|
|
46
|
-
"expo-file-system": "~13.0.
|
|
47
|
-
"expo-firebase-analytics": "~5.0.
|
|
48
|
-
"expo-firebase-core": "~4.0.
|
|
49
|
-
"expo-
|
|
50
|
-
"expo-
|
|
36
|
+
"expo-clipboard": "~2.0.3",
|
|
37
|
+
"expo-constants": "~12.1.3",
|
|
38
|
+
"expo-contacts": "~10.0.3",
|
|
39
|
+
"expo-crypto": "~10.0.3",
|
|
40
|
+
"expo-dev-client": "~0.6.3",
|
|
41
|
+
"expo-device": "~4.0.3",
|
|
42
|
+
"expo-document-picker": "~10.0.3",
|
|
43
|
+
"expo-error-recovery": "~3.0.3",
|
|
44
|
+
"expo-face-detector": "~11.0.3",
|
|
45
|
+
"expo-facebook": "~12.0.3",
|
|
46
|
+
"expo-file-system": "~13.0.3",
|
|
47
|
+
"expo-firebase-analytics": "~5.0.3",
|
|
48
|
+
"expo-firebase-core": "~4.0.3",
|
|
49
|
+
"expo-firebase-recaptcha": "~2.0.2",
|
|
50
|
+
"expo-font": "~10.0.3",
|
|
51
|
+
"expo-gl": "~11.0.3",
|
|
51
52
|
"expo-gl-cpp": "~11.0.1",
|
|
52
|
-
"expo-google-
|
|
53
|
-
"expo-
|
|
53
|
+
"expo-google-app-auth": "~9.0.0",
|
|
54
|
+
"expo-google-sign-in": "~10.0.3",
|
|
55
|
+
"expo-haptics": "~11.0.3",
|
|
54
56
|
"expo-image-loader": "~3.0.0",
|
|
55
|
-
"expo-image-manipulator": "~10.1.
|
|
56
|
-
"expo-image-picker": "~11.0.
|
|
57
|
+
"expo-image-manipulator": "~10.1.2",
|
|
58
|
+
"expo-image-picker": "~11.0.3",
|
|
57
59
|
"expo-in-app-purchases": "~12.0.0",
|
|
58
|
-
"expo-intent-launcher": "~10.0.
|
|
60
|
+
"expo-intent-launcher": "~10.0.3",
|
|
59
61
|
"expo-keep-awake": "~10.0.0",
|
|
60
|
-
"expo-linear-gradient": "~10.0.
|
|
62
|
+
"expo-linear-gradient": "~10.0.3",
|
|
61
63
|
"expo-linking": "~2.4.2",
|
|
62
|
-
"expo-local-authentication": "~12.0.
|
|
64
|
+
"expo-local-authentication": "~12.0.1",
|
|
63
65
|
"expo-localization": "~11.0.0",
|
|
64
|
-
"expo-location": "~13.0.
|
|
65
|
-
"expo-mail-composer": "~11.0.
|
|
66
|
-
"expo-media-library": "~13.0.
|
|
66
|
+
"expo-location": "~13.0.4",
|
|
67
|
+
"expo-mail-composer": "~11.0.3",
|
|
68
|
+
"expo-media-library": "~13.0.3",
|
|
67
69
|
"expo-module-template": "~10.0.0",
|
|
68
|
-
"expo-modules-core": "~0.4.
|
|
69
|
-
"expo-
|
|
70
|
-
"expo-
|
|
71
|
-
"expo-
|
|
72
|
-
"expo-
|
|
73
|
-
"expo-
|
|
74
|
-
"expo-
|
|
75
|
-
"expo-
|
|
76
|
-
"expo-
|
|
77
|
-
"expo-
|
|
78
|
-
"expo-
|
|
79
|
-
"expo-
|
|
80
|
-
"expo-
|
|
81
|
-
"expo-
|
|
70
|
+
"expo-modules-core": "~0.4.8",
|
|
71
|
+
"expo-navigation-bar": "~1.0.0",
|
|
72
|
+
"expo-network": "~4.0.3",
|
|
73
|
+
"expo-notifications": "~0.13.3",
|
|
74
|
+
"expo-permissions": "~13.0.3",
|
|
75
|
+
"expo-print": "~11.0.4",
|
|
76
|
+
"expo-random": "~12.0.1",
|
|
77
|
+
"expo-screen-orientation": "~4.0.3",
|
|
78
|
+
"expo-secure-store": "~11.0.3",
|
|
79
|
+
"expo-sensors": "~11.0.3",
|
|
80
|
+
"expo-sharing": "~10.0.3",
|
|
81
|
+
"expo-sms": "~10.0.3",
|
|
82
|
+
"expo-speech": "~10.0.3",
|
|
83
|
+
"expo-splash-screen": "~0.13.5",
|
|
84
|
+
"expo-sqlite": "~10.0.3",
|
|
82
85
|
"expo-status-bar": "~1.1.0",
|
|
83
|
-
"expo-store-review": "~5.0.
|
|
84
|
-
"expo-
|
|
85
|
-
"expo-
|
|
86
|
-
"expo-
|
|
87
|
-
"expo-
|
|
88
|
-
"expo-
|
|
89
|
-
"
|
|
86
|
+
"expo-store-review": "~5.0.3",
|
|
87
|
+
"expo-system-ui": "~1.0.0",
|
|
88
|
+
"expo-task-manager": "~10.0.3",
|
|
89
|
+
"expo-tracking-transparency": "~2.0.3",
|
|
90
|
+
"expo-updates": "~0.10.15",
|
|
91
|
+
"expo-video-thumbnails": "~6.0.3",
|
|
92
|
+
"expo-web-browser": "~10.0.3",
|
|
90
93
|
"lottie-react-native": "4.0.3",
|
|
91
94
|
"react-native-appearance": "~0.3.3",
|
|
92
95
|
"react-native-branch": "5.0.0",
|
|
@@ -105,5 +108,5 @@
|
|
|
105
108
|
"sentry-expo": "^4.0.0",
|
|
106
109
|
"unimodules-app-loader": "~3.0.0",
|
|
107
110
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
108
|
-
"unimodules-task-manager-interface": "~7.0.
|
|
111
|
+
"unimodules-task-manager-interface": "~7.0.3"
|
|
109
112
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "43.0.
|
|
3
|
+
"version": "43.0.3",
|
|
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": "~8.5.1",
|
|
61
61
|
"cross-spawn": "^6.0.5",
|
|
62
62
|
"expo-application": "~4.0.0",
|
|
63
|
-
"expo-asset": "~8.4.
|
|
64
|
-
"expo-constants": "~12.1.
|
|
65
|
-
"expo-file-system": "~13.0.
|
|
66
|
-
"expo-font": "~10.0.
|
|
63
|
+
"expo-asset": "~8.4.3",
|
|
64
|
+
"expo-constants": "~12.1.3",
|
|
65
|
+
"expo-file-system": "~13.0.3",
|
|
66
|
+
"expo-font": "~10.0.3",
|
|
67
67
|
"expo-keep-awake": "~10.0.0",
|
|
68
|
-
"expo-modules-autolinking": "~0.3.
|
|
69
|
-
"expo-modules-core": "~0.4.
|
|
68
|
+
"expo-modules-autolinking": "~0.3.4",
|
|
69
|
+
"expo-modules-core": "~0.4.8",
|
|
70
70
|
"fbemitter": "^2.1.1",
|
|
71
71
|
"invariant": "^2.2.2",
|
|
72
72
|
"md5-file": "^3.2.3",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"uuid": "^3.4.0"
|
|
75
75
|
},
|
|
76
76
|
"optionalDependencies": {
|
|
77
|
-
"expo-error-recovery": "~3.0.
|
|
77
|
+
"expo-error-recovery": "~3.0.3"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/fbemitter": "^2.0.32",
|
|
@@ -83,11 +83,11 @@
|
|
|
83
83
|
"@types/react-native": "~0.64.12",
|
|
84
84
|
"@types/react-test-renderer": "^17.0.1",
|
|
85
85
|
"@types/uuid": "^3.4.7",
|
|
86
|
-
"expo-location": "^13.0.
|
|
86
|
+
"expo-location": "^13.0.4",
|
|
87
87
|
"expo-module-scripts": "^2.0.0",
|
|
88
88
|
"react": "17.0.1",
|
|
89
89
|
"react-dom": "17.0.1",
|
|
90
|
-
"react-native": "0.64.
|
|
90
|
+
"react-native": "0.64.3"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "a28a29bedc3cd5bb18e419e64c4856924a903c1b"
|
|
93
93
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
def autolinkingPath = ["node", "--print", "require.resolve('expo-modules-autolinking/package.json')"].execute().text.trim()
|
|
1
|
+
def autolinkingPath = ["node", "--print", "require.resolve('expo-modules-autolinking/package.json')"].execute(null, rootDir).text.trim()
|
|
2
2
|
apply from: new File(autolinkingPath, "../scripts/android/autolinking_implementation.gradle");
|