expo 47.0.12 → 48.0.0-beta.0
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 +4 -4
- package/build/environment/DevLoadingView.js +5 -1
- package/build/environment/DevLoadingView.js.map +1 -1
- package/build/environment/DevLoadingViewNativeModule.d.ts +1 -1
- package/build/launch/createRoot.d.ts +2 -0
- package/build/launch/createRoot.d.ts.map +1 -0
- package/build/launch/createRoot.js +2 -0
- package/build/launch/createRoot.js.map +1 -0
- package/build/launch/createRoot.native.d.ts +2 -0
- package/build/launch/createRoot.native.d.ts.map +1 -0
- package/build/launch/createRoot.native.js +6 -0
- package/build/launch/createRoot.native.js.map +1 -0
- package/build/launch/registerRootComponent.d.ts +1 -1
- package/build/launch/registerRootComponent.d.ts.map +1 -1
- package/build/launch/registerRootComponent.js +26 -8
- package/build/launch/registerRootComponent.js.map +1 -1
- package/build/logs/LogSerialization.d.ts +1 -1
- package/build/logs/LogSerialization.d.ts.map +1 -1
- package/build/logs/RemoteLogging.d.ts +5 -5
- package/build/logs/RemoteLogging.d.ts.map +1 -1
- package/build/logs/format/ReactNodeFormatter.d.ts +4 -4
- package/build/logs/format/ReactNodeFormatter.d.ts.map +1 -1
- package/bundledNativeModules.json +87 -90
- package/package.json +20 -21
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 = '
|
|
36
|
+
version = '48.0.0-beta.0'
|
|
37
37
|
|
|
38
38
|
buildscript {
|
|
39
39
|
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
|
|
@@ -89,7 +89,7 @@ afterEvaluate {
|
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
android {
|
|
92
|
-
compileSdkVersion safeExtGet("compileSdkVersion",
|
|
92
|
+
compileSdkVersion safeExtGet("compileSdkVersion", 33)
|
|
93
93
|
|
|
94
94
|
compileOptions {
|
|
95
95
|
sourceCompatibility JavaVersion.VERSION_11
|
|
@@ -102,9 +102,9 @@ android {
|
|
|
102
102
|
|
|
103
103
|
defaultConfig {
|
|
104
104
|
minSdkVersion safeExtGet("minSdkVersion", 21)
|
|
105
|
-
targetSdkVersion safeExtGet("targetSdkVersion",
|
|
105
|
+
targetSdkVersion safeExtGet("targetSdkVersion", 33)
|
|
106
106
|
versionCode 1
|
|
107
|
-
versionName "
|
|
107
|
+
versionName "48.0.0-beta.0"
|
|
108
108
|
consumerProguardFiles("proguard-rules.pro")
|
|
109
109
|
}
|
|
110
110
|
lintOptions {
|
|
@@ -65,7 +65,11 @@ export default function DevLoadingView() {
|
|
|
65
65
|
}
|
|
66
66
|
const styles = StyleSheet.create({
|
|
67
67
|
animatedContainer: {
|
|
68
|
-
|
|
68
|
+
// @ts-expect-error: fixed is not a valid value for position in Yoga but it is on web.
|
|
69
|
+
position: Platform.select({
|
|
70
|
+
web: 'fixed',
|
|
71
|
+
default: 'absolute',
|
|
72
|
+
}),
|
|
69
73
|
bottom: 0,
|
|
70
74
|
left: 0,
|
|
71
75
|
right: 0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DevLoadingView.js","sourceRoot":"","sources":["../../src/environment/DevLoadingView.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"DevLoadingView.js","sourceRoot":"","sources":["../../src/environment/DevLoadingView.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACpE,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAE1E,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,MAAM,CAAC,OAAO,UAAU,cAAc;IACpC,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,eAAe,CAAC,CAAC;IACxD,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IACxD,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IACtD,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC;IACzD,MAAM,OAAO,GAAG,OAAO,CAAe,GAAG,EAAE;QACzC,IAAI;YACF,OAAO,IAAI,YAAY,CAAC,0BAA0B,CAAC,CAAC;SACrD;QAAC,OAAO,KAAK,EAAE;YACd,MAAM,IAAI,KAAK,CACb,oHAAoH;gBAClH,KAAK,CAAC,OAAO,CAChB,CAAC;SACH;IACH,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,CAAC,OAAO;YAAE,OAAO;QAErB,SAAS,iBAAiB,CAAC,KAA0B;YACnD,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;YAC1B,sEAAsE;YACtE,oEAAoE;YACpE,cAAc;YAEd,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;YACvB,eAAe,CAAC,IAAI,CAAC,CAAC;QACxB,CAAC;QAED,SAAS,UAAU;YACjB,wEAAwE;YACxE,qCAAqC;YAErC,cAAc,CAAC,IAAI,CAAC,CAAC;YACrB,eAAe,CAAC,KAAK,CAAC,CAAC;YACvB,QAAQ,CAAC,MAAM,CAAC,UAAU,EAAE;gBAC1B,OAAO,EAAE,GAAG;gBACZ,KAAK,EAAE,IAAI;gBACX,QAAQ,EAAE,GAAG;gBACb,eAAe,EAAE,QAAQ,CAAC,EAAE,KAAK,KAAK;aACvC,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;gBACxB,IAAI,QAAQ,EAAE;oBACZ,cAAc,CAAC,KAAK,CAAC,CAAC;oBACtB,UAAU,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC;iBACxB;YACH,CAAC,CAAC,CAAC;QACL,CAAC;QAED,MAAM,uBAAuB,GAAG,OAAO,CAAC,WAAW,CACjD,4BAA4B,EAC5B,iBAAiB,CAClB,CAAC;QACF,MAAM,gBAAgB,GAAG,OAAO,CAAC,WAAW,CAAC,qBAAqB,EAAE,UAAU,CAAC,CAAC;QAEhF,OAAO,SAAS,OAAO;YACrB,uBAAuB,CAAC,MAAM,EAAE,CAAC;YACjC,gBAAgB,CAAC,MAAM,EAAE,CAAC;QAC5B,CAAC,CAAC;IACJ,CAAC,EAAE,CAAC,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC;IAE1B,IAAI,CAAC,YAAY,IAAI,CAAC,WAAW,EAAE;QACjC,OAAO,IAAI,CAAC;KACb;IAED,OAAO,CACL,oBAAC,QAAQ,CAAC,IAAI,IACZ,KAAK,EAAE,CAAC,MAAM,CAAC,iBAAiB,EAAE,EAAE,SAAS,EAAE,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,CAAC,EAClE,aAAa,EAAC,MAAM;QACpB,oBAAC,IAAI,IAAC,KAAK,EAAE,MAAM,CAAC,MAAM;YACxB,oBAAC,IAAI,IAAC,KAAK,EAAE,MAAM,CAAC,gBAAgB;gBAClC,oBAAC,IAAI,IAAC,KAAK,EAAE,EAAE,aAAa,EAAE,KAAK,EAAE;oBACnC,oBAAC,IAAI,IAAC,KAAK,EAAE,MAAM,CAAC,IAAI,IAAG,OAAO,CAAQ,CACrC;gBAEP,oBAAC,IAAI,IAAC,KAAK,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE;oBACtB,oBAAC,IAAI,IAAC,KAAK,EAAE,MAAM,CAAC,QAAQ,IACzB,YAAY,CAAC,CAAC,CAAC,oBAAoB,CAAC,CAAC,CAAC,wCAAwC,CAC1E,CACF,CACF,CACF,CACO,CACjB,CAAC;AACJ,CAAC;AAED,MAAM,MAAM,GAAG,UAAU,CAAC,MAAM,CAAC;IAC/B,iBAAiB,EAAE;QACjB,sFAAsF;QACtF,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC;YACxB,GAAG,EAAE,OAAO;YACZ,OAAO,EAAE,UAAU;SACpB,CAAC;QACF,MAAM,EAAE,CAAC;QACT,IAAI,EAAE,CAAC;QACP,KAAK,EAAE,CAAC;QACR,MAAM,EAAE,EAAE,EAAE,YAAY;KACzB;IAED,MAAM,EAAE;QACN,IAAI,EAAE,CAAC;QACP,QAAQ,EAAE,SAAS;QACnB,eAAe,EAAE,kBAAkB;QACnC,aAAa,EAAE,kBAAkB,EAAE,CAAC,MAAM;KAC3C;IACD,gBAAgB,EAAE;QAChB,IAAI,EAAE,CAAC;QACP,UAAU,EAAE,EAAE;QACd,aAAa,EAAE,CAAC;QAChB,UAAU,EAAE,QAAQ;QACpB,cAAc,EAAE,QAAQ;QACxB,SAAS,EAAE,QAAQ;KACpB;IACD,IAAI,EAAE;QACJ,KAAK,EAAE,MAAM;QACb,QAAQ,EAAE,EAAE;KACb;IACD,QAAQ,EAAE;QACR,KAAK,EAAE,uBAAuB;KAC/B;CACF,CAAC,CAAC","sourcesContent":["import { EventEmitter } from 'expo-modules-core';\nimport React, { useEffect, useState, useRef, useMemo } from 'react';\nimport { Animated, StyleSheet, Text, Platform, View } from 'react-native';\n\nimport DevLoadingViewNativeModule from './DevLoadingViewNativeModule';\nimport { getInitialSafeArea } from './getInitialSafeArea';\n\nexport default function DevLoadingView() {\n const [message, setMessage] = useState('Refreshing...');\n const [isDevLoading, setIsDevLoading] = useState(false);\n const [isAnimating, setIsAnimating] = useState(false);\n const translateY = useRef(new Animated.Value(0)).current;\n const emitter = useMemo<EventEmitter>(() => {\n try {\n return new EventEmitter(DevLoadingViewNativeModule);\n } catch (error) {\n throw new Error(\n 'Failed to instantiate native emitter in `DevLoadingView` because the native module `DevLoadingView` is undefined: ' +\n error.message\n );\n }\n }, []);\n\n useEffect(() => {\n if (!emitter) return;\n\n function handleShowMessage(event: { message: string }) {\n setMessage(event.message);\n // TODO: if we show the refreshing banner and don't get a hide message\n // for 3 seconds, warn the user that it's taking a while and suggest\n // they reload\n\n translateY.setValue(0);\n setIsDevLoading(true);\n }\n\n function handleHide() {\n // TODO: if we showed the 'refreshing' banner less than 250ms ago, delay\n // switching to the 'finished' banner\n\n setIsAnimating(true);\n setIsDevLoading(false);\n Animated.timing(translateY, {\n toValue: 150,\n delay: 1000,\n duration: 350,\n useNativeDriver: Platform.OS !== 'web',\n }).start(({ finished }) => {\n if (finished) {\n setIsAnimating(false);\n translateY.setValue(0);\n }\n });\n }\n\n const showMessageSubscription = emitter.addListener(\n 'devLoadingView:showMessage',\n handleShowMessage\n );\n const hideSubscription = emitter.addListener('devLoadingView:hide', handleHide);\n\n return function cleanup() {\n showMessageSubscription.remove();\n hideSubscription.remove();\n };\n }, [translateY, emitter]);\n\n if (!isDevLoading && !isAnimating) {\n return null;\n }\n\n return (\n <Animated.View\n style={[styles.animatedContainer, { transform: [{ translateY }] }]}\n pointerEvents=\"none\">\n <View style={styles.banner}>\n <View style={styles.contentContainer}>\n <View style={{ flexDirection: 'row' }}>\n <Text style={styles.text}>{message}</Text>\n </View>\n\n <View style={{ flex: 1 }}>\n <Text style={styles.subtitle}>\n {isDevLoading ? 'Using Fast Refresh' : \"Don't see your changes? Reload the app\"}\n </Text>\n </View>\n </View>\n </View>\n </Animated.View>\n );\n}\n\nconst styles = StyleSheet.create({\n animatedContainer: {\n // @ts-expect-error: fixed is not a valid value for position in Yoga but it is on web.\n position: Platform.select({\n web: 'fixed',\n default: 'absolute',\n }),\n bottom: 0,\n left: 0,\n right: 0,\n zIndex: 42, // arbitrary\n },\n\n banner: {\n flex: 1,\n overflow: 'visible',\n backgroundColor: 'rgba(0,0,0,0.75)',\n paddingBottom: getInitialSafeArea().bottom,\n },\n contentContainer: {\n flex: 1,\n paddingTop: 10,\n paddingBottom: 5,\n alignItems: 'center',\n justifyContent: 'center',\n textAlign: 'center',\n },\n text: {\n color: '#fff',\n fontSize: 15,\n },\n subtitle: {\n color: 'rgba(255,255,255,0.8)',\n },\n});\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createRoot.d.ts","sourceRoot":"","sources":["../../src/launch/createRoot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createRoot.js","sourceRoot":"","sources":["../../src/launch/createRoot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC","sourcesContent":["export { createRoot } from 'react-dom/client';\n"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createRoot.native.d.ts","sourceRoot":"","sources":["../../src/launch/createRoot.native.tsx"],"names":[],"mappings":"AAEA,wBAAgB,UAAU,SAEzB"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
// NOTE(EvanBacon): We need this noop because Metro doesn't support optional dependencies.
|
|
2
|
+
// `react-dom` is not required and therefore needs to be dodged using platform extensions on native.
|
|
3
|
+
export function createRoot() {
|
|
4
|
+
return null;
|
|
5
|
+
}
|
|
6
|
+
//# sourceMappingURL=createRoot.native.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createRoot.native.js","sourceRoot":"","sources":["../../src/launch/createRoot.native.tsx"],"names":[],"mappings":"AAAA,0FAA0F;AAC1F,oGAAoG;AACpG,MAAM,UAAU,UAAU;IACxB,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["// NOTE(EvanBacon): We need this noop because Metro doesn't support optional dependencies.\n// `react-dom` is not required and therefore needs to be dodged using platform extensions on native.\nexport function createRoot() {\n return null;\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registerRootComponent.d.ts","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"registerRootComponent.d.ts","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,KAAK,YAAY,GAAG;IAClB,GAAG,EAAE;QACH,YAAY,CAAC,EAAE,GAAG,CAAC;QACnB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;KACpB,CAAC;IACF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,CAAC,SAAS,YAAY,EAClE,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,GAChC,IAAI,CAqCN"}
|
|
@@ -1,16 +1,34 @@
|
|
|
1
1
|
import 'expo/build/Expo.fx';
|
|
2
|
+
import * as React from 'react';
|
|
2
3
|
import { AppRegistry, Platform } from 'react-native';
|
|
4
|
+
import { createRoot } from './createRoot';
|
|
3
5
|
export default function registerRootComponent(component) {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
else {
|
|
6
|
+
let qualifiedComponent = component;
|
|
7
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
8
8
|
const { withDevTools } = require('./withDevTools');
|
|
9
|
-
|
|
9
|
+
qualifiedComponent = withDevTools(component);
|
|
10
|
+
}
|
|
11
|
+
if (Platform.OS !== 'web') {
|
|
12
|
+
AppRegistry.registerComponent('main', () => qualifiedComponent);
|
|
10
13
|
}
|
|
11
|
-
if (
|
|
12
|
-
|
|
13
|
-
|
|
14
|
+
else if (
|
|
15
|
+
// Skip querying the DOM if we're in a Node.js environment.
|
|
16
|
+
typeof document !== 'undefined') {
|
|
17
|
+
let tag = document.getElementById('root');
|
|
18
|
+
if (!tag) {
|
|
19
|
+
tag = document.getElementById('main');
|
|
20
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
21
|
+
// This block will be removed in production
|
|
22
|
+
if (tag) {
|
|
23
|
+
console.warn('Mounting the root React component to an HTML element with id "main" is deprecated. Use id "root" instead.');
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
if (!tag) {
|
|
28
|
+
throw new Error('Required HTML element with id "root" was not found in the document HTML. This is required for mounting the root React component.');
|
|
29
|
+
}
|
|
30
|
+
const rootTag = createRoot(tag);
|
|
31
|
+
rootTag.render(React.createElement(qualifiedComponent));
|
|
14
32
|
}
|
|
15
33
|
}
|
|
16
34
|
//# sourceMappingURL=registerRootComponent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"registerRootComponent.js","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"registerRootComponent.js","sourceRoot":"","sources":["../../src/launch/registerRootComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,oBAAoB,CAAC;AAE5B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAErD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAa1C,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAC3C,SAAiC;IAEjC,IAAI,kBAAkB,GAAG,SAAS,CAAC;IAEnC,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;QACzC,MAAM,EAAE,YAAY,EAAE,GAAG,OAAO,CAAC,gBAAgB,CAAoC,CAAC;QACtF,kBAAkB,GAAG,YAAY,CAAC,SAAS,CAAC,CAAC;KAC9C;IAED,IAAI,QAAQ,CAAC,EAAE,KAAK,KAAK,EAAE;QACzB,WAAW,CAAC,iBAAiB,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,kBAAkB,CAAC,CAAC;KACjE;SAAM;IACL,2DAA2D;IAC3D,OAAO,QAAQ,KAAK,WAAW,EAC/B;QACA,IAAI,GAAG,GAAG,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;QAE1C,IAAI,CAAC,GAAG,EAAE;YACR,GAAG,GAAG,QAAQ,CAAC,cAAc,CAAC,MAAM,CAAC,CAAC;YACtC,IAAI,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,YAAY,EAAE;gBACzC,2CAA2C;gBAC3C,IAAI,GAAG,EAAE;oBACP,OAAO,CAAC,IAAI,CACV,2GAA2G,CAC5G,CAAC;iBACH;aACF;SACF;QAED,IAAI,CAAC,GAAG,EAAE;YACR,MAAM,IAAI,KAAK,CACb,kIAAkI,CACnI,CAAC;SACH;QAED,MAAM,OAAO,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;QAChC,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,aAAa,CAAC,kBAAkB,CAAC,CAAC,CAAC;KACzD;AACH,CAAC","sourcesContent":["import 'expo/build/Expo.fx';\n\nimport * as React from 'react';\nimport { AppRegistry, Platform } from 'react-native';\n\nimport { createRoot } from './createRoot';\n\ntype InitialProps = {\n exp: {\n notification?: any;\n manifestString?: string;\n [key: string]: any;\n };\n shell?: boolean;\n shellManifestUrl?: string;\n [key: string]: any;\n};\n\nexport default function registerRootComponent<P extends InitialProps>(\n component: React.ComponentType<P>\n): void {\n let qualifiedComponent = component;\n\n if (process.env.NODE_ENV !== 'production') {\n const { withDevTools } = require('./withDevTools') as typeof import('./withDevTools');\n qualifiedComponent = withDevTools(component);\n }\n\n if (Platform.OS !== 'web') {\n AppRegistry.registerComponent('main', () => qualifiedComponent);\n } else if (\n // Skip querying the DOM if we're in a Node.js environment.\n typeof document !== 'undefined'\n ) {\n let tag = document.getElementById('root');\n\n if (!tag) {\n tag = document.getElementById('main');\n if (process.env.NODE_ENV !== 'production') {\n // This block will be removed in production\n if (tag) {\n console.warn(\n 'Mounting the root React component to an HTML element with id \"main\" is deprecated. Use id \"root\" instead.'\n );\n }\n }\n }\n\n if (!tag) {\n throw new Error(\n 'Required HTML element with id \"root\" was not found in the document HTML. This is required for mounting the root React component.'\n );\n }\n\n const rootTag = createRoot(tag);\n rootTag.render(React.createElement(qualifiedComponent));\n }\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogSerialization.d.ts","sourceRoot":"","sources":["../../src/logs/LogSerialization.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAGpD,
|
|
1
|
+
{"version":3,"file":"LogSerialization.d.ts","sourceRoot":"","sources":["../../src/logs/LogSerialization.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAGpD,KAAK,cAAc,GAAG;IACpB,IAAI,EAAE,OAAO,EAAE,CAAC;IAChB,aAAa,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,wBAAwB,qBAAqB,CAAC;AAE3D,iBAAe,qBAAqB,CAAC,IAAI,EAAE,OAAO,EAAE,EAAE,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAC,cAAc,CAAC,CAqD9F;;;;AAwID,wBAEE"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { EventSubscription } from 'fbemitter';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
2
|
+
export type LogLevel = 'debug' | 'info' | 'warn' | 'error';
|
|
3
|
+
export type LogEntryFields = {
|
|
4
4
|
shouldHide?: boolean;
|
|
5
5
|
groupDepth?: number;
|
|
6
6
|
groupCollapsed?: boolean;
|
|
7
7
|
};
|
|
8
|
-
export
|
|
9
|
-
export
|
|
8
|
+
export type LogData = string | LogErrorData;
|
|
9
|
+
export type LogErrorData = {
|
|
10
10
|
message: string;
|
|
11
11
|
stack: string;
|
|
12
12
|
};
|
|
13
|
-
|
|
13
|
+
type TransportErrorListener = (event: {
|
|
14
14
|
error: Error;
|
|
15
15
|
response?: Response;
|
|
16
16
|
}) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RemoteLogging.d.ts","sourceRoot":"","sources":["../../src/logs/RemoteLogging.ts"],"names":[],"mappings":"AAEA,OAAO,EAAgB,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAO5D,
|
|
1
|
+
{"version":3,"file":"RemoteLogging.d.ts","sourceRoot":"","sources":["../../src/logs/RemoteLogging.ts"],"names":[],"mappings":"AAEA,OAAO,EAAgB,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAO5D,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;AAU3D,MAAM,MAAM,cAAc,GAAG;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG,MAAM,GAAG,YAAY,CAAC;AAC5C,MAAM,MAAM,YAAY,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAE9D,KAAK,sBAAsB,GAAG,CAAC,KAAK,EAAE;IAAE,KAAK,EAAE,KAAK,CAAC;IAAC,QAAQ,CAAC,EAAE,QAAQ,CAAA;CAAE,KAAK,IAAI,CAAC;AAWrF,iBAAe,qBAAqB,CAClC,KAAK,EAAE,QAAQ,EACf,gBAAgB,EAAE,cAAc,EAChC,IAAI,EAAE,OAAO,EAAE,GACd,OAAO,CAAC,IAAI,CAAC,CAgCf;AAiED,iBAAS,yBAAyB,CAAC,QAAQ,EAAE,sBAAsB,GAAG,iBAAiB,CAEtF;;;;;AAQD,wBAGE;AAEF;;;GAGG;AACH,wBAAgB,2BAA2B,IAAI,OAAO,CAAC,IAAI,CAAC,CAqB3D"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
test(value: any): boolean;
|
|
3
|
-
serialize(node: any, config: any, indentation: any, depth: any, refs: any, printer: any): string;
|
|
4
|
-
};
|
|
5
1
|
/**
|
|
6
2
|
* A pretty-format plugin for React's FiberNode objects, which are very large trees that are too
|
|
7
3
|
* large and verbose to print.
|
|
8
4
|
*/
|
|
5
|
+
declare const _default: {
|
|
6
|
+
test(value: any): boolean;
|
|
7
|
+
serialize(node: any, config: any, indentation: any, depth: any, refs: any, printer: any): string;
|
|
8
|
+
};
|
|
9
9
|
export default _default;
|
|
10
10
|
//# sourceMappingURL=ReactNodeFormatter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReactNodeFormatter.d.ts","sourceRoot":"","sources":["../../../src/logs/format/ReactNodeFormatter.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReactNodeFormatter.d.ts","sourceRoot":"","sources":["../../../src/logs/format/ReactNodeFormatter.ts"],"names":[],"mappings":"AAAA;;;GAGG;;gBAEW,GAAG,GAAG,OAAO;8FAUmC,MAAM;;AAXpE,wBAsBE"}
|
|
@@ -1,109 +1,106 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@expo/vector-icons": "^13.0.0",
|
|
3
|
-
"@react-native-async-storage/async-storage": "
|
|
4
|
-
"@react-native-community/datetimepicker": "6.
|
|
3
|
+
"@react-native-async-storage/async-storage": "1.17.11",
|
|
4
|
+
"@react-native-community/datetimepicker": "6.7.3",
|
|
5
5
|
"@react-native-masked-view/masked-view": "0.2.8",
|
|
6
|
-
"@react-native-community/netinfo": "9.3.
|
|
7
|
-
"@react-native-community/slider": "4.2
|
|
6
|
+
"@react-native-community/netinfo": "9.3.7",
|
|
7
|
+
"@react-native-community/slider": "4.4.2",
|
|
8
8
|
"@react-native-community/viewpager": "5.0.11",
|
|
9
9
|
"@react-native-picker/picker": "2.4.8",
|
|
10
10
|
"@react-native-segmented-control/segmented-control": "2.4.0",
|
|
11
|
-
"@stripe/stripe-react-native": "0.
|
|
11
|
+
"@stripe/stripe-react-native": "0.23.1",
|
|
12
12
|
"expo-analytics-amplitude": "~11.3.0",
|
|
13
13
|
"expo-app-auth": "~11.1.0",
|
|
14
14
|
"expo-app-loader-provider": "~8.0.0",
|
|
15
|
-
"expo-app-loading": "~2.
|
|
16
|
-
"expo-apple-authentication": "~
|
|
17
|
-
"expo-application": "~5.0
|
|
18
|
-
"expo-asset": "~8.
|
|
19
|
-
"expo-auth-session": "~
|
|
20
|
-
"expo-av": "~13.0
|
|
21
|
-
"expo-background-fetch": "~11.0
|
|
22
|
-
"expo-barcode-scanner": "~12.
|
|
23
|
-
"expo-battery": "~7.
|
|
24
|
-
"expo-blur": "~12.0
|
|
25
|
-
"expo-brightness": "~11.0
|
|
26
|
-
"expo-build-properties": "~0.
|
|
27
|
-
"expo-calendar": "~11.0
|
|
28
|
-
"expo-camera": "~13.
|
|
29
|
-
"expo-cellular": "~5.0
|
|
30
|
-
"expo-checkbox": "~2.
|
|
31
|
-
"expo-clipboard": "~4.0
|
|
32
|
-
"expo-constants": "~14.0
|
|
33
|
-
"expo-contacts": "~
|
|
34
|
-
"expo-crypto": "~12.
|
|
35
|
-
"expo-dev-client": "~2.0
|
|
36
|
-
"expo-device": "~5.
|
|
37
|
-
"expo-document-picker": "~11.0
|
|
38
|
-
"expo-error-recovery": "~4.0
|
|
39
|
-
"expo-face-detector": "~12.
|
|
40
|
-
"expo-file-system": "~15.
|
|
41
|
-
"expo-
|
|
42
|
-
"expo-
|
|
43
|
-
"expo-firebase-recaptcha": "~2.3.1",
|
|
44
|
-
"expo-font": "~11.0.1",
|
|
45
|
-
"expo-gl": "~12.0.1",
|
|
15
|
+
"expo-app-loading": "~2.2.0",
|
|
16
|
+
"expo-apple-authentication": "~6.0.0",
|
|
17
|
+
"expo-application": "~5.1.0",
|
|
18
|
+
"expo-asset": "~8.8.0",
|
|
19
|
+
"expo-auth-session": "~4.0.0",
|
|
20
|
+
"expo-av": "~13.2.0",
|
|
21
|
+
"expo-background-fetch": "~11.1.0",
|
|
22
|
+
"expo-barcode-scanner": "~12.3.0",
|
|
23
|
+
"expo-battery": "~7.1.0",
|
|
24
|
+
"expo-blur": "~12.2.0",
|
|
25
|
+
"expo-brightness": "~11.2.0",
|
|
26
|
+
"expo-build-properties": "~0.5.0",
|
|
27
|
+
"expo-calendar": "~11.1.0",
|
|
28
|
+
"expo-camera": "~13.2.0",
|
|
29
|
+
"expo-cellular": "~5.1.0",
|
|
30
|
+
"expo-checkbox": "~2.3.0",
|
|
31
|
+
"expo-clipboard": "~4.1.0",
|
|
32
|
+
"expo-constants": "~14.2.0",
|
|
33
|
+
"expo-contacts": "~12.0.0",
|
|
34
|
+
"expo-crypto": "~12.2.0",
|
|
35
|
+
"expo-dev-client": "~2.1.0",
|
|
36
|
+
"expo-device": "~5.2.0",
|
|
37
|
+
"expo-document-picker": "~11.2.0",
|
|
38
|
+
"expo-error-recovery": "~4.1.0",
|
|
39
|
+
"expo-face-detector": "~12.1.0",
|
|
40
|
+
"expo-file-system": "~15.2.0",
|
|
41
|
+
"expo-font": "~11.1.0",
|
|
42
|
+
"expo-gl": "~12.3.0",
|
|
46
43
|
"expo-google-app-auth": "~8.3.0",
|
|
47
|
-
"expo-haptics": "~12.0
|
|
48
|
-
"expo-image-loader": "~4.
|
|
49
|
-
"expo-image-manipulator": "~11.
|
|
50
|
-
"expo-image-picker": "~14.0
|
|
51
|
-
"expo-in-app-purchases": "~14.
|
|
52
|
-
"expo-intent-launcher": "~10.
|
|
53
|
-
"expo-keep-awake": "~
|
|
54
|
-
"expo-linear-gradient": "~12.0
|
|
55
|
-
"expo-linking": "~
|
|
56
|
-
"expo-local-authentication": "~13.0
|
|
57
|
-
"expo-localization": "~14.
|
|
58
|
-
"expo-location": "~15.0
|
|
59
|
-
"expo-mail-composer": "~12.
|
|
60
|
-
"expo-media-library": "~15.
|
|
61
|
-
"expo-module-template": "~10.
|
|
62
|
-
"expo-modules-core": "~1.0
|
|
63
|
-
"expo-navigation-bar": "~2.0
|
|
64
|
-
"expo-network": "~5.
|
|
65
|
-
"expo-notifications": "~0.
|
|
66
|
-
"expo-permissions": "~14.
|
|
67
|
-
"expo-print": "~12.
|
|
68
|
-
"expo-random": "~13.
|
|
69
|
-
"expo-screen-capture": "~5.
|
|
70
|
-
"expo-screen-orientation": "~5.0
|
|
71
|
-
"expo-secure-store": "~12.
|
|
72
|
-
"expo-sensors": "~12.0
|
|
73
|
-
"expo-sharing": "~11.0
|
|
74
|
-
"expo-sms": "~11.
|
|
75
|
-
"expo-speech": "~11.
|
|
76
|
-
"expo-splash-screen": "~0.
|
|
77
|
-
"expo-sqlite": "~11.
|
|
78
|
-
"expo-status-bar": "~1.4.
|
|
79
|
-
"expo-store-review": "~6.
|
|
80
|
-
"expo-system-ui": "~2.0
|
|
81
|
-
"expo-task-manager": "~11.0
|
|
82
|
-
"expo-tracking-transparency": "~3.0.
|
|
83
|
-
"expo-updates": "~0.
|
|
84
|
-
"expo-video-thumbnails": "~7.
|
|
85
|
-
"expo-web-browser": "~12.
|
|
44
|
+
"expo-haptics": "~12.2.0",
|
|
45
|
+
"expo-image-loader": "~4.1.0",
|
|
46
|
+
"expo-image-manipulator": "~11.1.0",
|
|
47
|
+
"expo-image-picker": "~14.1.0",
|
|
48
|
+
"expo-in-app-purchases": "~14.1.0",
|
|
49
|
+
"expo-intent-launcher": "~10.5.0",
|
|
50
|
+
"expo-keep-awake": "~12.0.0",
|
|
51
|
+
"expo-linear-gradient": "~12.1.0",
|
|
52
|
+
"expo-linking": "~4.0.0",
|
|
53
|
+
"expo-local-authentication": "~13.2.0",
|
|
54
|
+
"expo-localization": "~14.1.0",
|
|
55
|
+
"expo-location": "~15.1.0",
|
|
56
|
+
"expo-mail-composer": "~12.1.0",
|
|
57
|
+
"expo-media-library": "~15.2.0",
|
|
58
|
+
"expo-module-template": "~10.7.15",
|
|
59
|
+
"expo-modules-core": "~1.2.0",
|
|
60
|
+
"expo-navigation-bar": "~2.1.0",
|
|
61
|
+
"expo-network": "~5.2.0",
|
|
62
|
+
"expo-notifications": "~0.18.0",
|
|
63
|
+
"expo-permissions": "~14.1.0",
|
|
64
|
+
"expo-print": "~12.2.0",
|
|
65
|
+
"expo-random": "~13.1.0",
|
|
66
|
+
"expo-screen-capture": "~5.1.0",
|
|
67
|
+
"expo-screen-orientation": "~5.1.0",
|
|
68
|
+
"expo-secure-store": "~12.1.0",
|
|
69
|
+
"expo-sensors": "~12.1.0",
|
|
70
|
+
"expo-sharing": "~11.2.0",
|
|
71
|
+
"expo-sms": "~11.2.0",
|
|
72
|
+
"expo-speech": "~11.1.0",
|
|
73
|
+
"expo-splash-screen": "~0.18.0",
|
|
74
|
+
"expo-sqlite": "~11.1.0",
|
|
75
|
+
"expo-status-bar": "~1.4.3",
|
|
76
|
+
"expo-store-review": "~6.2.0",
|
|
77
|
+
"expo-system-ui": "~2.2.0",
|
|
78
|
+
"expo-task-manager": "~11.1.0",
|
|
79
|
+
"expo-tracking-transparency": "~3.0.2",
|
|
80
|
+
"expo-updates": "~0.16.0",
|
|
81
|
+
"expo-video-thumbnails": "~7.2.0",
|
|
82
|
+
"expo-web-browser": "~12.1.0",
|
|
86
83
|
"lottie-react-native": "5.1.4",
|
|
87
|
-
"react": "18.
|
|
88
|
-
"react-dom": "18.
|
|
89
|
-
"react-native": "0.
|
|
90
|
-
"react-native-web": "~0.18.
|
|
84
|
+
"react": "18.2.0",
|
|
85
|
+
"react-dom": "18.2.0",
|
|
86
|
+
"react-native": "0.71.2",
|
|
87
|
+
"react-native-web": "~0.18.10",
|
|
91
88
|
"react-native-branch": "^5.4.0",
|
|
92
|
-
"react-native-gesture-handler": "~2.
|
|
89
|
+
"react-native-gesture-handler": "~2.9.0",
|
|
93
90
|
"react-native-get-random-values": "~1.8.0",
|
|
94
91
|
"react-native-maps": "1.3.2",
|
|
95
|
-
"react-native-pager-view": "6.
|
|
96
|
-
"react-native-reanimated": "~2.
|
|
97
|
-
"react-native-screens": "~3.
|
|
98
|
-
"react-native-safe-area-context": "4.
|
|
99
|
-
"react-native-shared-element": "0.8.
|
|
92
|
+
"react-native-pager-view": "6.1.2",
|
|
93
|
+
"react-native-reanimated": "~2.14.4",
|
|
94
|
+
"react-native-screens": "~3.19.0",
|
|
95
|
+
"react-native-safe-area-context": "4.5.0",
|
|
96
|
+
"react-native-shared-element": "0.8.8",
|
|
100
97
|
"react-native-svg": "13.4.0",
|
|
101
|
-
"react-native-view-shot": "3.
|
|
102
|
-
"react-native-webview": "11.
|
|
98
|
+
"react-native-view-shot": "3.5.0",
|
|
99
|
+
"react-native-webview": "11.26.0",
|
|
103
100
|
"sentry-expo": "~6.0.0",
|
|
104
|
-
"unimodules-app-loader": "~4.
|
|
101
|
+
"unimodules-app-loader": "~4.1.0",
|
|
105
102
|
"unimodules-image-loader-interface": "~6.1.0",
|
|
106
|
-
"@shopify/react-native-skia": "0.1.
|
|
107
|
-
"@shopify/flash-list": "1.
|
|
103
|
+
"@shopify/react-native-skia": "0.1.172",
|
|
104
|
+
"@shopify/flash-list": "1.4.0",
|
|
108
105
|
"@sentry/react-native": "4.9.0"
|
|
109
106
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "48.0.0-beta.0",
|
|
4
4
|
"description": "The Expo SDK",
|
|
5
5
|
"main": "build/Expo.js",
|
|
6
6
|
"module": "build/Expo.js",
|
|
@@ -58,21 +58,21 @@
|
|
|
58
58
|
},
|
|
59
59
|
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@babel/runtime": "^7.
|
|
62
|
-
"@expo/cli": "0.
|
|
61
|
+
"@babel/runtime": "^7.20.0",
|
|
62
|
+
"@expo/cli": "0.5.0",
|
|
63
63
|
"@expo/vector-icons": "^13.0.0",
|
|
64
|
-
"@expo/config-plugins": "
|
|
65
|
-
"@expo/config": "
|
|
66
|
-
"babel-preset-expo": "~9.
|
|
64
|
+
"@expo/config-plugins": "6.0.0",
|
|
65
|
+
"@expo/config": "8.0.0",
|
|
66
|
+
"babel-preset-expo": "~9.3.0",
|
|
67
67
|
"cross-spawn": "^6.0.5",
|
|
68
|
-
"expo-application": "~5.0
|
|
69
|
-
"expo-asset": "~8.
|
|
70
|
-
"expo-constants": "~14.0
|
|
71
|
-
"expo-file-system": "~15.
|
|
72
|
-
"expo-font": "~11.0
|
|
73
|
-
"expo-keep-awake": "~
|
|
74
|
-
"expo-modules-autolinking": "1.0
|
|
75
|
-
"expo-modules-core": "1.
|
|
68
|
+
"expo-application": "~5.1.0",
|
|
69
|
+
"expo-asset": "~8.8.0",
|
|
70
|
+
"expo-constants": "~14.2.0",
|
|
71
|
+
"expo-file-system": "~15.2.0",
|
|
72
|
+
"expo-font": "~11.1.0",
|
|
73
|
+
"expo-keep-awake": "~12.0.0",
|
|
74
|
+
"expo-modules-autolinking": "1.1.0",
|
|
75
|
+
"expo-modules-core": "1.2.0",
|
|
76
76
|
"fbemitter": "^3.0.0",
|
|
77
77
|
"getenv": "^1.0.0",
|
|
78
78
|
"invariant": "^2.2.4",
|
|
@@ -82,19 +82,18 @@
|
|
|
82
82
|
"uuid": "^3.4.0"
|
|
83
83
|
},
|
|
84
84
|
"optionalDependencies": {
|
|
85
|
-
"expo-error-recovery": "~4.0
|
|
85
|
+
"expo-error-recovery": "~4.1.0"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@types/fbemitter": "^2.0.32",
|
|
89
89
|
"@types/invariant": "^2.2.33",
|
|
90
90
|
"@types/react": "~18.0.14",
|
|
91
|
-
"@types/react-native": "~0.69.1",
|
|
92
91
|
"@types/react-test-renderer": "^18.0.0",
|
|
93
92
|
"@types/uuid": "^3.4.7",
|
|
94
|
-
"expo-module-scripts": "^3.0.
|
|
95
|
-
"react": "18.
|
|
96
|
-
"react-dom": "18.
|
|
97
|
-
"react-native": "0.
|
|
93
|
+
"expo-module-scripts": "^3.0.6",
|
|
94
|
+
"react": "18.2.0",
|
|
95
|
+
"react-dom": "18.2.0",
|
|
96
|
+
"react-native": "0.71.2"
|
|
98
97
|
},
|
|
99
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "1815e2eaad8c753588c7b1eb74420174a28e01f4"
|
|
100
99
|
}
|