Home
last modified time | relevance | path

Searched refs:buttonStyles (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/metro-runtime/src/error-overlay/overlay/
H A DLogBoxInspectorFooter.tsx50 buttonStyles.safeArea,
61 <View style={buttonStyles.content}>
62 <Text style={buttonStyles.label}>{text}</Text>
70 const buttonStyles = StyleSheet.create({
/expo/packages/@expo/metro-runtime/build/error-overlay/overlay/
H A DLogBoxInspectorFooter.js57 buttonStyles.safeArea,
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({ constant
H A DLogBoxInspectorFooter.js.map1buttonStyles.safeArea,\n {\n // @ts-expect-error: web-only type\n …
/expo/apps/native-component-list/src/components/
H A DListButton.tsx18 const buttonStyles = [styles.button, disabled && styles.disabledButton];
21 <View style={[buttonStyles]}>