Home
last modified time | relevance | path

Searched refs:react_native_1 (Results 1 – 25 of 35) sorted by relevance

12

/expo/packages/expo-router/build/onboard/
H A DTutorial.js8 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 DToast.js9 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 DErrorBoundary.js9 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 DSitemap.js8 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 DUnmatched.js9 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 DPressable.js4 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 DLogBoxInspectorHeader.js38 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 DLogBoxInspectorFooter.js38 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 DLogBoxInspectorSection.js38 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 DLogBoxInspectorSourceMapStatus.js35 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 DLogBoxInspectorMessageHeader.js38 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 DLogBoxInspectorCodeFrame.js38 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 DLogBoxInspectorStackFrame.js38 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 DLogBoxInspectorStackFrames.js38 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 DErrorToast.js35 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 DErrorToastMessage.js31 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 DAnsiHighlight.js16 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 Dconstants.js4 const react_native_1 = require("react-native"); constant
5 exports.CODE_FONT = react_native_1.Platform.select({
H A DLogBoxButton.js35 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 DLogBoxMessage.js15 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 DTabs.js9 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 DrenderRootComponent.js9 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 DuseDeprecated.js5 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 Dindex.js9 const react_native_1 = require("react-native"); constant
17 if (react_native_1.Platform.OS === 'web') {
/expo/packages/expo-router/build/link/
H A DuseLinkToPathProps.js3 const react_native_1 = require("react-native"); constant
30 if (react_native_1.Platform.OS !== 'web' || !e) {

12