expo 45.0.0-beta.3 → 45.0.0-beta.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/CHANGELOG.md +14 -0
- package/android/build.gradle +2 -2
- package/build/Expo.fx.js +12 -1
- package/build/Expo.fx.js.map +1 -1
- package/bundledNativeModules.json +12 -15
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,20 @@
|
|
|
10
10
|
|
|
11
11
|
### 💡 Others
|
|
12
12
|
|
|
13
|
+
## 45.0.0-beta.6 — 2022-04-27
|
|
14
|
+
|
|
15
|
+
_This version does not introduce any user-facing changes._
|
|
16
|
+
|
|
17
|
+
## 45.0.0-beta.5 — 2022-04-25
|
|
18
|
+
|
|
19
|
+
### 🐛 Bug fixes
|
|
20
|
+
|
|
21
|
+
- Fix `Overwriting fontFamily style attribute preprocessor` warning when startup. ([#17138](https://github.com/expo/expo/pull/17138) by [@Kudo](https://github.com/Kudo))
|
|
22
|
+
|
|
23
|
+
## 45.0.0-beta.4 — 2022-04-21
|
|
24
|
+
|
|
25
|
+
_This version does not introduce any user-facing changes._
|
|
26
|
+
|
|
13
27
|
## 45.0.0-beta.3 — 2022-04-21
|
|
14
28
|
|
|
15
29
|
_This version does not introduce any user-facing changes._
|
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 = '45.0.0-beta.
|
|
36
|
+
version = '45.0.0-beta.6'
|
|
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 "45.0.0-beta.
|
|
107
|
+
versionName "45.0.0-beta.6"
|
|
108
108
|
consumerProguardFiles("proguard-rules.pro")
|
|
109
109
|
}
|
|
110
110
|
lintOptions {
|
package/build/Expo.fx.js
CHANGED
|
@@ -17,7 +17,18 @@ const isManagedEnvironment = Constants.executionEnvironment === ExecutionEnviron
|
|
|
17
17
|
Constants.executionEnvironment === ExecutionEnvironment.StoreClient;
|
|
18
18
|
// If expo-font is installed and the style preprocessor is available, use it to parse fonts.
|
|
19
19
|
if (StyleSheet.setStyleAttributePreprocessor) {
|
|
20
|
-
|
|
20
|
+
if (__DEV__) {
|
|
21
|
+
// Temporarily disable console.warn() in dev mode,
|
|
22
|
+
// because the experimented `StyleSheet.setStyleAttributePreprocessor` will show a warning about
|
|
23
|
+
// `Overwriting fontFamily style attribute preprocessor`.
|
|
24
|
+
const originalConsoleWarn = global.console.warn;
|
|
25
|
+
global.console.warn = () => { };
|
|
26
|
+
StyleSheet.setStyleAttributePreprocessor('fontFamily', Font.processFontFamily);
|
|
27
|
+
global.console.warn = originalConsoleWarn;
|
|
28
|
+
}
|
|
29
|
+
else {
|
|
30
|
+
StyleSheet.setStyleAttributePreprocessor('fontFamily', Font.processFontFamily);
|
|
31
|
+
}
|
|
21
32
|
}
|
|
22
33
|
// Asserts if bare workflow isn't setup correctly.
|
|
23
34
|
if (NativeModulesProxy.ExpoUpdates?.isMissingRuntimeVersion) {
|
package/build/Expo.fx.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Expo.fx.js","sourceRoot":"","sources":["../src/Expo.fx.tsx"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC;AACnC,wEAAwE;AACxE,OAAO,0BAA0B,CAAC;AAClC,OAAO,oCAAoC,CAAC;AAC5C,mFAAmF;AACnF,OAAO,YAAY,CAAC;AAEpB,OAAO,SAAS,EAAE,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAEvD,OAAO,eAAe,MAAM,+BAA+B,CAAC;AAE5D,sGAAsG;AACtG,gGAAgG;AAChG,6EAA6E;AAC7E,MAAM,oBAAoB,GACxB,SAAS,CAAC,oBAAoB,KAAK,oBAAoB,CAAC,UAAU;IAClE,SAAS,CAAC,oBAAoB,KAAK,oBAAoB,CAAC,WAAW,CAAC;AAEtE,4FAA4F;AAC5F,IAAI,UAAU,CAAC,6BAA6B,EAAE;IAC5C,UAAU,CAAC,6BAA6B,CAAC,YAAY,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"Expo.fx.js","sourceRoot":"","sources":["../src/Expo.fx.tsx"],"names":[],"mappings":"AAAA,OAAO,2BAA2B,CAAC;AACnC,wEAAwE;AACxE,OAAO,0BAA0B,CAAC;AAClC,OAAO,oCAAoC,CAAC;AAC5C,mFAAmF;AACnF,OAAO,YAAY,CAAC;AAEpB,OAAO,SAAS,EAAE,EAAE,oBAAoB,EAAE,MAAM,gBAAgB,CAAC;AACjE,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAEvD,OAAO,eAAe,MAAM,+BAA+B,CAAC;AAE5D,sGAAsG;AACtG,gGAAgG;AAChG,6EAA6E;AAC7E,MAAM,oBAAoB,GACxB,SAAS,CAAC,oBAAoB,KAAK,oBAAoB,CAAC,UAAU;IAClE,SAAS,CAAC,oBAAoB,KAAK,oBAAoB,CAAC,WAAW,CAAC;AAEtE,4FAA4F;AAC5F,IAAI,UAAU,CAAC,6BAA6B,EAAE;IAC5C,IAAI,OAAO,EAAE;QACX,kDAAkD;QAClD,gGAAgG;QAChG,yDAAyD;QACzD,MAAM,mBAAmB,GAAG,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC;QAChD,MAAM,CAAC,OAAO,CAAC,IAAI,GAAG,GAAG,EAAE,GAAE,CAAC,CAAC;QAC/B,UAAU,CAAC,6BAA6B,CAAC,YAAY,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC;QAC/E,MAAM,CAAC,OAAO,CAAC,IAAI,GAAG,mBAAmB,CAAC;KAC3C;SAAM;QACL,UAAU,CAAC,6BAA6B,CAAC,YAAY,EAAE,IAAI,CAAC,iBAAiB,CAAC,CAAC;KAChF;CACF;AAED,kDAAkD;AAClD,IAAI,kBAAkB,CAAC,WAAW,EAAE,uBAAuB,EAAE;IAC3D,MAAM,OAAO,GACX,+EAA+E;QAC/E,0DAA0D;QAC1D,QAAQ,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,YAAY,EAAE,OAAO,EAAE,qBAAqB,EAAE,CAAC;QACtE,yCAAyC,CAAC;IAC5C,IAAI,OAAO,EAAE;QACX,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;KACvB;SAAM;QACL,MAAM,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC;KAC1B;CACF;AAED,0EAA0E;AAC1E,IAAI,OAAO,EAAE;IACX,2EAA2E;IAC3E,IAAI,oBAAoB,IAAI,QAAQ,CAAC,EAAE,KAAK,KAAK,EAAE;QACjD,qDAAqD;QACrD,aAAa;QACb,WAAW,CAAC,2BAA2B,CAAC,GAAG,EAAE,CAAC,eAAe,CAAC,CAAC;QAE/D,aAAa;QACb,MAAM,mCAAmC,GAAG,WAAW,CAAC,2BAA2B,CAAC;QAEpF,aAAa;QACb,WAAW,CAAC,2BAA2B,GAAG,CAAC,QAAQ,EAAE,EAAE;YACrD,SAAS,wBAAwB,CAAC,KAAU;gBAC1C,MAAM,iBAAiB,GAAG,QAAQ,EAAE,CAAC;gBAErC,OAAO,CACL,oBAAC,eAAe;oBACd,oBAAC,iBAAiB,OAAK,KAAK,GAAI,CAChB,CACnB,CAAC;YACJ,CAAC;YAED,mCAAmC,CAAC,GAAG,EAAE,CAAC,wBAAwB,CAAC,CAAC;QACtE,CAAC,CAAC;KACH;CACF","sourcesContent":["import './environment/validate.fx';\n// load remote logging for compatibility with custom development clients\nimport './environment/logging.fx';\nimport './environment/react-native-logs.fx';\n// load expo-asset immediately to set a custom `source` transformer in React Native\nimport 'expo-asset';\n\nimport Constants, { ExecutionEnvironment } from 'expo-constants';\nimport * as Font from 'expo-font';\nimport { NativeModulesProxy, Platform } from 'expo-modules-core';\nimport React from 'react';\nimport { AppRegistry, StyleSheet } from 'react-native';\n\nimport DevAppContainer from './environment/DevAppContainer';\n\n// Represents an app running in the store client or an app built with the legacy `expo build` command.\n// `false` when running in bare workflow, custom dev clients, or `eas build`s (managed or bare).\n// This should be used to ensure code that _should_ exist is treated as such.\nconst isManagedEnvironment =\n Constants.executionEnvironment === ExecutionEnvironment.Standalone ||\n Constants.executionEnvironment === ExecutionEnvironment.StoreClient;\n\n// If expo-font is installed and the style preprocessor is available, use it to parse fonts.\nif (StyleSheet.setStyleAttributePreprocessor) {\n if (__DEV__) {\n // Temporarily disable console.warn() in dev mode,\n // because the experimented `StyleSheet.setStyleAttributePreprocessor` will show a warning about\n // `Overwriting fontFamily style attribute preprocessor`.\n const originalConsoleWarn = global.console.warn;\n global.console.warn = () => {};\n StyleSheet.setStyleAttributePreprocessor('fontFamily', Font.processFontFamily);\n global.console.warn = originalConsoleWarn;\n } else {\n StyleSheet.setStyleAttributePreprocessor('fontFamily', Font.processFontFamily);\n }\n}\n\n// Asserts if bare workflow isn't setup correctly.\nif (NativeModulesProxy.ExpoUpdates?.isMissingRuntimeVersion) {\n const message =\n 'expo-updates is installed but there is no runtime or SDK version configured. ' +\n \"You'll need to configure one of these two properties in \" +\n Platform.select({ ios: 'Expo.plist', android: 'AndroidManifest.xml' }) +\n ' before OTA updates will work properly.';\n if (__DEV__) {\n console.warn(message);\n } else {\n throw new Error(message);\n }\n}\n\n// Having two if statements will enable terser to remove the entire block.\nif (__DEV__) {\n // Only enable the fast refresh indicator for managed iOS apps in dev mode.\n if (isManagedEnvironment && Platform.OS === 'ios') {\n // add the dev app container wrapper component on ios\n // @ts-ignore\n AppRegistry.setWrapperComponentProvider(() => DevAppContainer);\n\n // @ts-ignore\n const originalSetWrapperComponentProvider = AppRegistry.setWrapperComponentProvider;\n\n // @ts-ignore\n AppRegistry.setWrapperComponentProvider = (provider) => {\n function PatchedProviderComponent(props: any) {\n const ProviderComponent = provider();\n\n return (\n <DevAppContainer>\n <ProviderComponent {...props} />\n </DevAppContainer>\n );\n }\n\n originalSetWrapperComponentProvider(() => PatchedProviderComponent);\n };\n }\n}\n"]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"@expo/vector-icons": "^
|
|
2
|
+
"@expo/vector-icons": "^13.0.0",
|
|
3
3
|
"@react-native-async-storage/async-storage": "~1.15.0",
|
|
4
4
|
"@react-native-community/datetimepicker": "6.1.2",
|
|
5
5
|
"@react-native-masked-view/masked-view": "0.2.6",
|
|
@@ -9,8 +9,6 @@
|
|
|
9
9
|
"@react-native-picker/picker": "2.4.0",
|
|
10
10
|
"@react-native-segmented-control/segmented-control": "2.4.0",
|
|
11
11
|
"@stripe/stripe-react-native": "0.6.0",
|
|
12
|
-
"@unimodules/core": "~7.2.0",
|
|
13
|
-
"@unimodules/react-native-adapter": "~6.5.0",
|
|
14
12
|
"expo-ads-admob": "~13.0.0",
|
|
15
13
|
"expo-ads-facebook": "~11.2.0",
|
|
16
14
|
"expo-analytics-amplitude": "~11.2.0",
|
|
@@ -22,7 +20,7 @@
|
|
|
22
20
|
"expo-application": "~4.1.0",
|
|
23
21
|
"expo-asset": "~8.5.0",
|
|
24
22
|
"expo-auth-session": "~3.6.0",
|
|
25
|
-
"expo-av": "~11.2.
|
|
23
|
+
"expo-av": "~11.2.2",
|
|
26
24
|
"expo-background-fetch": "~10.2.0",
|
|
27
25
|
"expo-barcode-scanner": "~11.3.0",
|
|
28
26
|
"expo-battery": "~6.2.0",
|
|
@@ -37,9 +35,9 @@
|
|
|
37
35
|
"expo-constants": "~13.1.0",
|
|
38
36
|
"expo-contacts": "~10.2.0",
|
|
39
37
|
"expo-crypto": "~10.2.0",
|
|
40
|
-
"expo-dev-client": "~0.9.
|
|
38
|
+
"expo-dev-client": "~0.9.3",
|
|
41
39
|
"expo-device": "~4.2.0",
|
|
42
|
-
"expo-document-picker": "~10.2.
|
|
40
|
+
"expo-document-picker": "~10.2.1",
|
|
43
41
|
"expo-error-recovery": "~3.1.0",
|
|
44
42
|
"expo-face-detector": "~11.2.0",
|
|
45
43
|
"expo-facebook": "~12.2.0",
|
|
@@ -48,14 +46,14 @@
|
|
|
48
46
|
"expo-firebase-core": "~5.0.0",
|
|
49
47
|
"expo-firebase-recaptcha": "~2.2.0",
|
|
50
48
|
"expo-font": "~10.1.0",
|
|
51
|
-
"expo-gl": "~11.
|
|
52
|
-
"expo-gl-cpp": "~11.
|
|
49
|
+
"expo-gl": "~11.3.0",
|
|
50
|
+
"expo-gl-cpp": "~11.3.0",
|
|
53
51
|
"expo-google-app-auth": "~8.3.0",
|
|
54
52
|
"expo-google-sign-in": "~10.2.0",
|
|
55
53
|
"expo-haptics": "~11.2.0",
|
|
56
54
|
"expo-image-loader": "~3.2.0",
|
|
57
55
|
"expo-image-manipulator": "~10.3.1",
|
|
58
|
-
"expo-image-picker": "~13.
|
|
56
|
+
"expo-image-picker": "~13.1.1",
|
|
59
57
|
"expo-in-app-purchases": "~13.0.0",
|
|
60
58
|
"expo-intent-launcher": "~10.2.0",
|
|
61
59
|
"expo-keep-awake": "~10.1.0",
|
|
@@ -70,13 +68,13 @@
|
|
|
70
68
|
"expo-modules-core": "~0.9.0",
|
|
71
69
|
"expo-navigation-bar": "~1.2.0",
|
|
72
70
|
"expo-network": "~4.2.0",
|
|
73
|
-
"expo-notifications": "~0.15.
|
|
71
|
+
"expo-notifications": "~0.15.1",
|
|
74
72
|
"expo-permissions": "~13.2.0",
|
|
75
73
|
"expo-print": "~11.2.0",
|
|
76
74
|
"expo-random": "~12.2.0",
|
|
77
75
|
"expo-screen-orientation": "~4.2.0",
|
|
78
76
|
"expo-secure-store": "~11.2.0",
|
|
79
|
-
"expo-sensors": "~11.
|
|
77
|
+
"expo-sensors": "~11.3.0",
|
|
80
78
|
"expo-sharing": "~10.2.0",
|
|
81
79
|
"expo-sms": "~10.2.0",
|
|
82
80
|
"expo-speech": "~10.2.0",
|
|
@@ -85,7 +83,7 @@
|
|
|
85
83
|
"expo-status-bar": "~1.3.0",
|
|
86
84
|
"expo-store-review": "~5.2.0",
|
|
87
85
|
"expo-system-ui": "~1.2.0",
|
|
88
|
-
"expo-task-manager": "~10.2.
|
|
86
|
+
"expo-task-manager": "~10.2.1",
|
|
89
87
|
"expo-tracking-transparency": "~2.2.0",
|
|
90
88
|
"expo-updates": "~0.13.0",
|
|
91
89
|
"expo-video-thumbnails": "~6.3.0",
|
|
@@ -93,19 +91,18 @@
|
|
|
93
91
|
"lottie-react-native": "5.0.1",
|
|
94
92
|
"react": "17.0.2",
|
|
95
93
|
"react-dom": "17.0.2",
|
|
96
|
-
"react-native": "0.68.
|
|
94
|
+
"react-native": "0.68.1",
|
|
97
95
|
"react-native-web": "0.17.1",
|
|
98
96
|
"react-native-branch": "5.0.0",
|
|
99
97
|
"react-native-gesture-handler": "~2.2.0",
|
|
100
98
|
"react-native-get-random-values": "~1.7.0",
|
|
101
99
|
"react-native-maps": "0.30.1",
|
|
102
100
|
"react-native-pager-view": "5.4.15",
|
|
103
|
-
"react-native-reanimated": "~2.
|
|
101
|
+
"react-native-reanimated": "~2.8.0",
|
|
104
102
|
"react-native-safe-area-context": "4.2.4",
|
|
105
103
|
"react-native-screens": "~3.11.1",
|
|
106
104
|
"react-native-shared-element": "0.8.4",
|
|
107
105
|
"react-native-svg": "12.3.0",
|
|
108
|
-
"react-native-unimodules": "~0.15.0",
|
|
109
106
|
"react-native-view-shot": "3.1.2",
|
|
110
107
|
"react-native-webview": "11.18.1",
|
|
111
108
|
"sentry-expo": "^4.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "45.0.0-beta.
|
|
3
|
+
"version": "45.0.0-beta.6",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@babel/runtime": "^7.14.0",
|
|
57
|
-
"@expo/cli": "0.
|
|
58
|
-
"@expo/vector-icons": "^
|
|
57
|
+
"@expo/cli": "0.1.0",
|
|
58
|
+
"@expo/vector-icons": "^13.0.0",
|
|
59
59
|
"babel-preset-expo": "~9.1.0",
|
|
60
60
|
"cross-spawn": "^6.0.5",
|
|
61
61
|
"expo-application": "~4.1.0",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"react-dom": "17.0.2",
|
|
89
89
|
"react-native": "0.68.1"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "be6e0e7ea3f7fd1ab8368137260a7ad1b1bf12a8"
|
|
92
92
|
}
|