| /expo/packages/expo-router/build/onboard/ |
| H A D | Tutorial.js | 8 const react_native_1 = require("react-native"); constant 28 if (react_native_1.Platform.OS === 'web') { 42 return (react_1.default.createElement(react_native_1.View, { style: styles.background }, 43 react_1.default.createElement(react_native_1.StatusBar, { barStyle: "light-content" }), 45 react_1.default.createElement(react_native_1.View, { style: styles.container }, 71 ...react_native_1.Platform.select({ 99 const styles = react_native_1.StyleSheet.create({ 101 ...react_native_1.Platform.select({ 131 ...react_native_1.Platform.select({ 149 ...react_native_1.Platform.select({ [all …]
|
| /expo/packages/expo-router/build/views/ |
| H A D | Toast.js | 9 const react_native_1 = require("react-native"); constant 11 exports.CODE_FONT = react_native_1.Platform.select({ 18 const [value] = react_1.default.useState(() => new react_native_1.Animated.Value(0)); 20 react_native_1.Animated.timing(value, { 30 const Wrapper = inTabBar ? react_native_1.View : react_native_safe_area_context_1.SafeAreaView; 41 return (react_1.default.createElement(react_native_1.View, { style: styles.container }, 42 react_1.default.createElement(react_native_1.Animated.View, { style: [ 46 position: react_native_1.Platform.select({ 55 react_1.default.createElement(react_native_1.View, { style: { marginLeft: 8 } }, 56 … react_1.default.createElement(react_native_1.Text, { style: styles.text }, children), [all …]
|
| H A D | ErrorBoundary.js | 9 const react_native_1 = require("react-native"); constant 57 return (react_1.default.createElement(react_native_1.ScrollView, { style: { flex: 1 } }, 68 return react_1.default.createElement(react_native_1.View, { style: { flex: 1 } }); 74 const Wrapper = inTabBar ? react_native_1.View : react_native_safe_area_context_1.SafeAreaView; 75 return (react_1.default.createElement(react_native_1.View, { style: styles.container }, 77 react_1.default.createElement(react_native_1.View, { style: { 89 react_1.default.createElement(react_native_1.Text, { style: [ 97 const styles = react_native_1.StyleSheet.create({ 107 fontSize: react_native_1.Platform.select({ web: 32, default: 24 }), 114 ...react_native_1.Platform.select({ [all …]
|
| H A D | Sitemap.js | 8 const react_native_1 = require("react-native"); constant 40 const { width } = (0, react_native_1.useWindowDimensions)(); 41 return (react_1.default.createElement(react_native_1.View, { style: styles.container }, 42 react_1.default.createElement(react_native_1.StatusBar, { barStyle: "light-content" }), 43 react_1.default.createElement(react_native_1.View, { style: [ 49 react_1.default.createElement(react_native_1.ScrollView, { contentContainerStyle: [ 95 if (react_native_1.Platform.OS !== 'web' && imperative_api_1.router.canGoBack()) { 111 …react_1.default.createElement(react_native_1.View, { style: { flexDirection: 'row', alignItems: 'c… 113 … react_1.default.createElement(react_native_1.Text, { style: styles.filename }, filename)), 114 …react_1.default.createElement(react_native_1.View, { style: { flexDirection: 'row', alignItems: 'c… [all …]
|
| H A D | Unmatched.js | 9 const react_native_1 = require("react-native"); constant 35 return (react_1.default.createElement(react_native_1.View, { style: styles.container }, 36 …react_1.default.createElement(react_native_1.Text, { role: "heading", "aria-level": 1, style: styl… 37 …react_1.default.createElement(react_native_1.Text, { role: "heading", "aria-level": 2, style: styl… 40 react_1.default.createElement(react_native_1.Text, { onPress: () => { 53 const styles = react_native_1.StyleSheet.create({
|
| H A D | Pressable.js | 4 const react_native_1 = require("react-native"); constant 5 exports.Pressable = react_native_1.Pressable;
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/overlay/ |
| H A D | LogBoxInspectorHeader.js | 38 const react_native_1 = require("react-native"); constant 47 react_1.default.createElement(react_native_1.View, { style: styles.header }, 48 react_1.default.createElement(react_native_1.View, { style: styles.title }, 54 …return (react_1.default.createElement(react_native_1.View, { style: [styles.safeArea, styles[props… 55 react_1.default.createElement(react_native_1.View, { style: styles.header }, 57 react_1.default.createElement(react_native_1.View, { style: styles.title }, 58 … react_1.default.createElement(react_native_1.Text, { style: styles.titleText }, titleText)), 87 const headerStyles = react_native_1.StyleSheet.create({ 101 const styles = react_native_1.StyleSheet.create({ 121 height: react_native_1.Platform.select({ [all …]
|
| H A D | LogBoxInspectorFooter.js | 38 const react_native_1 = require("react-native"); constant 44 return (react_1.default.createElement(react_native_1.View, { style: styles.root }, 45 react_1.default.createElement(react_native_1.View, { style: styles.button }, 46 …react_1.default.createElement(react_native_1.Text, { style: styles.syntaxErrorText }, "This error … 48 return (react_1.default.createElement(react_native_1.View, { style: styles.root }, 54 …return (react_1.default.createElement(react_native_1.Pressable, { onPress: onPress, style: { flex:… 56 hovered, pressed, }) => (react_1.default.createElement(react_native_1.View, { style: [ 68 react_1.default.createElement(react_native_1.View, { style: buttonStyles.content }, 69 … react_1.default.createElement(react_native_1.Text, { style: buttonStyles.label }, text)))))); 71 const buttonStyles = react_native_1.StyleSheet.create({ [all …]
|
| H A D | LogBoxInspectorSection.js | 38 const react_native_1 = require("react-native"); constant 41 return (react_1.default.createElement(react_native_1.View, { style: styles.section }, 42 react_1.default.createElement(react_native_1.View, { style: styles.heading }, 43 … react_1.default.createElement(react_native_1.Text, { style: styles.headingText }, props.heading), 45 … react_1.default.createElement(react_native_1.View, { style: styles.body }, props.children))); 48 const styles = react_native_1.StyleSheet.create({
|
| H A D | LogBoxInspectorSourceMapStatus.js | 35 const react_native_1 = require("react-native"); constant 46 const animated = new react_native_1.Animated.Value(0); 47 … const animation = react_native_1.Animated.loop(react_native_1.Animated.timing(animated, { 49 easing: react_native_1.Easing.linear, 97 …react_1.default.createElement(react_native_1.Animated.Image, { source: image, tintColor: color ?? … 103 …react_1.default.createElement(react_native_1.Text, { style: [styles.text, { color }] }, "Source Ma… 106 const styles = react_native_1.StyleSheet.create({
|
| H A D | LogBoxInspectorMessageHeader.js | 38 const react_native_1 = require("react-native"); constant 46 …return (react_1.default.createElement(react_native_1.Text, { style: styles.collapse, onPress: onPr… 49 return (react_1.default.createElement(react_native_1.View, { style: styles.body }, 50 react_1.default.createElement(react_native_1.View, { style: styles.heading }, 51 …react_1.default.createElement(react_native_1.Text, { style: [styles.headingText, styles[props.leve… 52 react_1.default.createElement(react_native_1.Text, { style: styles.bodyText }, 57 const styles = react_native_1.StyleSheet.create({
|
| H A D | LogBoxInspectorCodeFrame.js | 38 const react_native_1 = require("react-native"); constant 61 react_1.default.createElement(react_native_1.View, { style: styles.box }, 62 react_1.default.createElement(react_native_1.View, { style: styles.frame }, 63 react_1.default.createElement(react_native_1.ScrollView, { horizontal: true }, 71 react_1.default.createElement(react_native_1.Text, { style: styles.fileText }, 76 const styles = react_native_1.StyleSheet.create({
|
| H A D | LogBoxInspectorStackFrame.js | 38 const react_native_1 = require("react-native"); constant 46 return (react_1.default.createElement(react_native_1.View, { style: styles.frameContainer }, 51 …react_1.default.createElement(react_native_1.Text, { style: [styles.name, frame.collapse === true … 52 …react_1.default.createElement(react_native_1.Text, { ellipsizeMode: "middle", numberOfLines: 1, st… 55 const styles = react_native_1.StyleSheet.create({
|
| H A D | LogBoxInspectorStackFrames.js | 38 const react_native_1 = require("react-native"); constant 90 …icated[type].status !== 'COMPLETE' && (react_1.default.createElement(react_native_1.View, { style:… 91 …react_1.default.createElement(react_native_1.Text, { style: stackStyles.hintText }, "This call sta… 105 …return (react_1.default.createElement(react_native_1.View, { style: stackStyles.collapseContainer … 110 … react_1.default.createElement(react_native_1.Text, { style: stackStyles.collapse }, message)))); 112 const stackStyles = react_native_1.StyleSheet.create({
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/toast/ |
| H A D | ErrorToast.js | 35 const react_native_1 = require("react-native"); constant 49 return (react_1.default.createElement(react_native_1.View, { style: toastStyles.container }, 50 …react_1.default.createElement(react_native_1.Pressable, { style: { flex: 1 }, onPress: props.onPre… 52 hovered, pressed, }) => (react_1.default.createElement(react_native_1.View, { style: [ 70 …return (react_1.default.createElement(react_native_1.View, { style: [countStyles.inside, countStyl… 71 …react_1.default.createElement(react_native_1.Text, { style: countStyles.text }, count <= 1 ? '!' :… 74 return (react_1.default.createElement(react_native_1.Pressable, { style: { 84 …react_1.default.createElement(react_native_1.Image, { source: require('@expo/metro-runtime/assets/… 86 const countStyles = react_native_1.StyleSheet.create({ 114 const dismissStyles = react_native_1.StyleSheet.create({ [all …]
|
| H A D | ErrorToastMessage.js | 31 const react_native_1 = require("react-native"); constant 35 …return (react_1.default.createElement(react_native_1.Text, { numberOfLines: 1, style: styles.text … 38 const styles = react_native_1.StyleSheet.create({
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/UI/ |
| H A D | AnsiHighlight.js | 16 const react_native_1 = require("react-native"); constant 67 …_1.default.createElement(react_native_1.View, null, parsedLines.map((items, i) => (react_1.default… 76 …return (react_1.default.createElement(react_native_1.Text, { style: [style, textStyle], key: key }… 80 const styles = react_native_1.StyleSheet.create({
|
| H A D | constants.js | 4 const react_native_1 = require("react-native"); constant 5 exports.CODE_FONT = react_native_1.Platform.select({
|
| H A D | LogBoxButton.js | 35 const react_native_1 = require("react-native"); constant 46 const content = (react_1.default.createElement(react_native_1.View, { style: [ 49 ...react_native_1.Platform.select({ 57 …return props.onPress == null ? (content) : (react_1.default.createElement(react_native_1.Pressable…
|
| H A D | LogBoxMessage.js | 15 const react_native_1 = require("react-native"); constant 20 return react_1.default.createElement(react_native_1.Text, null, cleanContent(content)); 32 …elements.push(react_1.default.createElement(react_native_1.Text, { key: key, style: style }, clean…
|
| /expo/packages/expo-router/build/layouts/ |
| H A D | Tabs.js | 9 const react_native_1 = require("react-native"); constant 30 …const children = react_native_1.Platform.OS === 'web' ? props.children : react_1.default.createEle… 31 …ops, style: [{ display: 'flex' }, props.style], href: href, asChild: react_native_1.Platform.OS !=…
|
| /expo/packages/expo-router/build/ |
| H A D | renderRootComponent.js | 9 const react_native_1 = require("react-native"); constant 71 … (0, expo_1.registerRootComponent)(() => react_1.default.createElement(react_native_1.View, null)); 73 if (react_native_1.Platform.OS === 'web') {
|
| H A D | useDeprecated.js | 5 const react_native_1 = require("react-native"); constant 8 const canWarn = react_native_1.Platform.select({
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/ |
| H A D | index.js | 9 const react_native_1 = require("react-native"); constant 17 if (react_native_1.Platform.OS === 'web') {
|
| /expo/packages/expo-router/build/link/ |
| H A D | useLinkToPathProps.js | 3 const react_native_1 = require("react-native"); constant 30 if (react_native_1.Platform.OS !== 'web' || !e) {
|