expo 44.0.2 → 44.0.6
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 +17 -19
- package/bundledNativeModules.json +69 -69
- package/package.json +11 -11
package/android/build.gradle
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
apply plugin: 'com.android.library'
|
|
2
2
|
apply plugin: 'kotlin-android'
|
|
3
|
-
apply plugin: 'maven'
|
|
3
|
+
apply plugin: 'maven-publish'
|
|
4
4
|
|
|
5
5
|
// Import autolinking script
|
|
6
6
|
apply from: "../scripts/autolinking.gradle"
|
|
@@ -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.6'
|
|
12
12
|
|
|
13
13
|
buildscript {
|
|
14
14
|
// Simple helper that allows the root project to override versions declared by this library.
|
|
@@ -25,27 +25,25 @@ buildscript {
|
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
//
|
|
29
|
-
configurations {
|
|
30
|
-
deployerJars
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
//Creating sources with comments
|
|
28
|
+
// Creating sources with comments
|
|
34
29
|
task androidSourcesJar(type: Jar) {
|
|
35
30
|
classifier = 'sources'
|
|
36
31
|
from android.sourceSets.main.java.srcDirs
|
|
37
32
|
}
|
|
38
33
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
34
|
+
afterEvaluate {
|
|
35
|
+
publishing {
|
|
36
|
+
publications {
|
|
37
|
+
release(MavenPublication) {
|
|
38
|
+
from components.release
|
|
39
|
+
// Add additional sourcesJar to artifacts
|
|
40
|
+
artifact(androidSourcesJar)
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
repositories {
|
|
44
|
+
maven {
|
|
45
|
+
url = mavenLocal().url
|
|
46
|
+
}
|
|
49
47
|
}
|
|
50
48
|
}
|
|
51
49
|
}
|
|
@@ -62,7 +60,7 @@ android {
|
|
|
62
60
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
|
63
61
|
targetSdkVersion safeExtGet("targetSdkVersion", 30)
|
|
64
62
|
versionCode 1
|
|
65
|
-
versionName "44.0.
|
|
63
|
+
versionName "44.0.6"
|
|
66
64
|
consumerProguardFiles("proguard-rules.pro")
|
|
67
65
|
}
|
|
68
66
|
lintOptions {
|
|
@@ -11,85 +11,85 @@
|
|
|
11
11
|
"@stripe/stripe-react-native": "0.2.3",
|
|
12
12
|
"@unimodules/core": "~7.2.0",
|
|
13
13
|
"@unimodules/react-native-adapter": "~6.5.0",
|
|
14
|
-
"expo-ads-admob": "~12.0.
|
|
15
|
-
"expo-ads-facebook": "~11.1.
|
|
16
|
-
"expo-analytics-amplitude": "~11.1.
|
|
17
|
-
"expo-analytics-segment": "~11.1.
|
|
18
|
-
"expo-app-auth": "~11.1.
|
|
14
|
+
"expo-ads-admob": "~12.0.1",
|
|
15
|
+
"expo-ads-facebook": "~11.1.1",
|
|
16
|
+
"expo-analytics-amplitude": "~11.1.1",
|
|
17
|
+
"expo-analytics-segment": "~11.1.1",
|
|
18
|
+
"expo-app-auth": "~11.1.1",
|
|
19
19
|
"expo-app-loader-provider": "~8.0.0",
|
|
20
20
|
"expo-app-loading": "~1.3.0",
|
|
21
21
|
"expo-apple-authentication": "~4.1.0",
|
|
22
|
-
"expo-application": "~4.0.
|
|
23
|
-
"expo-asset": "~8.4.
|
|
22
|
+
"expo-application": "~4.0.2",
|
|
23
|
+
"expo-asset": "~8.4.6",
|
|
24
24
|
"expo-auth-session": "~3.5.0",
|
|
25
|
-
"expo-av": "~10.2.
|
|
26
|
-
"expo-background-fetch": "~10.1.
|
|
27
|
-
"expo-barcode-scanner": "~11.2.
|
|
28
|
-
"expo-battery": "~6.1.
|
|
25
|
+
"expo-av": "~10.2.1",
|
|
26
|
+
"expo-background-fetch": "~10.1.1",
|
|
27
|
+
"expo-barcode-scanner": "~11.2.1",
|
|
28
|
+
"expo-battery": "~6.1.1",
|
|
29
29
|
"expo-blur": "~11.0.0",
|
|
30
|
-
"expo-branch": "~5.1.
|
|
31
|
-
"expo-brightness": "~10.1.
|
|
32
|
-
"expo-calendar": "~10.1.
|
|
33
|
-
"expo-camera": "~12.1.
|
|
34
|
-
"expo-cellular": "~4.1.
|
|
30
|
+
"expo-branch": "~5.1.1",
|
|
31
|
+
"expo-brightness": "~10.1.1",
|
|
32
|
+
"expo-calendar": "~10.1.1",
|
|
33
|
+
"expo-camera": "~12.1.1",
|
|
34
|
+
"expo-cellular": "~4.1.1",
|
|
35
35
|
"expo-checkbox": "~2.0.0",
|
|
36
|
-
"expo-clipboard": "~2.1.
|
|
37
|
-
"expo-constants": "~13.0.
|
|
38
|
-
"expo-contacts": "~10.1.
|
|
39
|
-
"expo-crypto": "~10.1.
|
|
40
|
-
"expo-dev-client": "~0.
|
|
41
|
-
"expo-device": "~4.1.
|
|
42
|
-
"expo-document-picker": "~10.1.
|
|
43
|
-
"expo-error-recovery": "~3.0.
|
|
44
|
-
"expo-face-detector": "~11.1.
|
|
45
|
-
"expo-facebook": "~12.1.
|
|
46
|
-
"expo-file-system": "~13.1.
|
|
47
|
-
"expo-firebase-analytics": "~6.0.
|
|
48
|
-
"expo-firebase-core": "~4.1.
|
|
36
|
+
"expo-clipboard": "~2.1.1",
|
|
37
|
+
"expo-constants": "~13.0.2",
|
|
38
|
+
"expo-contacts": "~10.1.1",
|
|
39
|
+
"expo-crypto": "~10.1.2",
|
|
40
|
+
"expo-dev-client": "~0.8.3",
|
|
41
|
+
"expo-device": "~4.1.1",
|
|
42
|
+
"expo-document-picker": "~10.1.2",
|
|
43
|
+
"expo-error-recovery": "~3.0.5",
|
|
44
|
+
"expo-face-detector": "~11.1.2",
|
|
45
|
+
"expo-facebook": "~12.1.1",
|
|
46
|
+
"expo-file-system": "~13.1.3",
|
|
47
|
+
"expo-firebase-analytics": "~6.0.1",
|
|
48
|
+
"expo-firebase-core": "~4.1.1",
|
|
49
49
|
"expo-firebase-recaptcha": "~2.1.0",
|
|
50
|
-
"expo-font": "~10.0.
|
|
51
|
-
"expo-gl": "~11.1.
|
|
52
|
-
"expo-gl-cpp": "~11.1.
|
|
50
|
+
"expo-font": "~10.0.5",
|
|
51
|
+
"expo-gl": "~11.1.2",
|
|
52
|
+
"expo-gl-cpp": "~11.1.1",
|
|
53
53
|
"expo-google-app-auth": "~8.3.0",
|
|
54
|
-
"expo-google-sign-in": "~10.1.
|
|
55
|
-
"expo-haptics": "~11.1.
|
|
56
|
-
"expo-image-loader": "~3.1.
|
|
57
|
-
"expo-image-manipulator": "~10.2.
|
|
58
|
-
"expo-image-picker": "~12.0.
|
|
59
|
-
"expo-in-app-purchases": "~12.1.
|
|
60
|
-
"expo-intent-launcher": "~10.1.
|
|
61
|
-
"expo-keep-awake": "~10.0.
|
|
62
|
-
"expo-linear-gradient": "~11.0.
|
|
54
|
+
"expo-google-sign-in": "~10.1.1",
|
|
55
|
+
"expo-haptics": "~11.1.1",
|
|
56
|
+
"expo-image-loader": "~3.1.1",
|
|
57
|
+
"expo-image-manipulator": "~10.2.1",
|
|
58
|
+
"expo-image-picker": "~12.0.2",
|
|
59
|
+
"expo-in-app-purchases": "~12.1.1",
|
|
60
|
+
"expo-intent-launcher": "~10.1.2",
|
|
61
|
+
"expo-keep-awake": "~10.0.2",
|
|
62
|
+
"expo-linear-gradient": "~11.0.2",
|
|
63
63
|
"expo-linking": "~3.0.0",
|
|
64
|
-
"expo-local-authentication": "~12.1.
|
|
65
|
-
"expo-localization": "~12.0.
|
|
66
|
-
"expo-location": "~14.0.
|
|
67
|
-
"expo-mail-composer": "~11.1.
|
|
68
|
-
"expo-media-library": "~14.0.
|
|
64
|
+
"expo-local-authentication": "~12.1.1",
|
|
65
|
+
"expo-localization": "~12.0.1",
|
|
66
|
+
"expo-location": "~14.0.2",
|
|
67
|
+
"expo-mail-composer": "~11.1.1",
|
|
68
|
+
"expo-media-library": "~14.0.1",
|
|
69
69
|
"expo-module-template": "~10.1.0",
|
|
70
|
-
"expo-modules-core": "~0.6.
|
|
71
|
-
"expo-navigation-bar": "~1.1.
|
|
72
|
-
"expo-network": "~4.1.
|
|
73
|
-
"expo-notifications": "~0.14.
|
|
74
|
-
"expo-permissions": "~13.1.
|
|
75
|
-
"expo-print": "~11.1.
|
|
76
|
-
"expo-random": "~12.1.
|
|
77
|
-
"expo-screen-orientation": "~4.1.
|
|
78
|
-
"expo-secure-store": "~11.1.
|
|
79
|
-
"expo-sensors": "~11.1.
|
|
80
|
-
"expo-sharing": "~10.1.
|
|
81
|
-
"expo-sms": "~10.1.
|
|
82
|
-
"expo-speech": "~10.1.
|
|
83
|
-
"expo-splash-screen": "~0.14.
|
|
84
|
-
"expo-sqlite": "~10.1.
|
|
70
|
+
"expo-modules-core": "~0.6.5",
|
|
71
|
+
"expo-navigation-bar": "~1.1.2",
|
|
72
|
+
"expo-network": "~4.1.1",
|
|
73
|
+
"expo-notifications": "~0.14.1",
|
|
74
|
+
"expo-permissions": "~13.1.1",
|
|
75
|
+
"expo-print": "~11.1.1",
|
|
76
|
+
"expo-random": "~12.1.2",
|
|
77
|
+
"expo-screen-orientation": "~4.1.2",
|
|
78
|
+
"expo-secure-store": "~11.1.1",
|
|
79
|
+
"expo-sensors": "~11.1.1",
|
|
80
|
+
"expo-sharing": "~10.1.1",
|
|
81
|
+
"expo-sms": "~10.1.1",
|
|
82
|
+
"expo-speech": "~10.1.1",
|
|
83
|
+
"expo-splash-screen": "~0.14.2",
|
|
84
|
+
"expo-sqlite": "~10.1.1",
|
|
85
85
|
"expo-status-bar": "~1.2.0",
|
|
86
|
-
"expo-store-review": "~5.1.
|
|
87
|
-
"expo-system-ui": "~1.1.
|
|
88
|
-
"expo-task-manager": "~10.1.
|
|
86
|
+
"expo-store-review": "~5.1.1",
|
|
87
|
+
"expo-system-ui": "~1.1.1",
|
|
88
|
+
"expo-task-manager": "~10.1.1",
|
|
89
89
|
"expo-tracking-transparency": "~2.1.0",
|
|
90
|
-
"expo-updates": "~0.11.
|
|
91
|
-
"expo-video-thumbnails": "~6.1.
|
|
92
|
-
"expo-web-browser": "~10.1.
|
|
90
|
+
"expo-updates": "~0.11.6",
|
|
91
|
+
"expo-video-thumbnails": "~6.1.1",
|
|
92
|
+
"expo-web-browser": "~10.1.1",
|
|
93
93
|
"lottie-react-native": "5.0.1",
|
|
94
94
|
"react-native-appearance": "~0.3.3",
|
|
95
95
|
"react-native-branch": "5.0.0",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"react-native-view-shot": "3.1.2",
|
|
107
107
|
"react-native-webview": "11.15.0",
|
|
108
108
|
"sentry-expo": "^4.0.0",
|
|
109
|
-
"unimodules-app-loader": "~3.0.
|
|
109
|
+
"unimodules-app-loader": "~3.0.1",
|
|
110
110
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
111
|
-
"unimodules-task-manager-interface": "~7.1.
|
|
111
|
+
"unimodules-task-manager-interface": "~7.1.1"
|
|
112
112
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "44.0.
|
|
3
|
+
"version": "44.0.6",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"@expo/vector-icons": "^12.0.4",
|
|
60
60
|
"babel-preset-expo": "~9.0.2",
|
|
61
61
|
"cross-spawn": "^6.0.5",
|
|
62
|
-
"expo-application": "~4.0.
|
|
63
|
-
"expo-asset": "~8.4.
|
|
64
|
-
"expo-constants": "~13.0.
|
|
65
|
-
"expo-file-system": "~13.1.
|
|
66
|
-
"expo-font": "~10.0.
|
|
67
|
-
"expo-keep-awake": "~10.0.
|
|
68
|
-
"expo-modules-autolinking": "0.5.
|
|
69
|
-
"expo-modules-core": "0.6.
|
|
62
|
+
"expo-application": "~4.0.2",
|
|
63
|
+
"expo-asset": "~8.4.6",
|
|
64
|
+
"expo-constants": "~13.0.2",
|
|
65
|
+
"expo-file-system": "~13.1.3",
|
|
66
|
+
"expo-font": "~10.0.5",
|
|
67
|
+
"expo-keep-awake": "~10.0.2",
|
|
68
|
+
"expo-modules-autolinking": "0.5.5",
|
|
69
|
+
"expo-modules-core": "0.6.5",
|
|
70
70
|
"fbemitter": "^2.1.1",
|
|
71
71
|
"invariant": "^2.2.4",
|
|
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.5"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@types/fbemitter": "^2.0.32",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"react-dom": "17.0.1",
|
|
89
89
|
"react-native": "0.64.3"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "ba24eba18bf4f4d4b0d54828992d81a2bb18246a"
|
|
92
92
|
}
|