Home
last modified time | relevance | path

Searched refs:TextInput (Results 1 – 25 of 77) sorted by relevance

1234

/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Components/TextInput/__tests__/__snapshots__/
H A DTextInput-test.js.snap3 exports[`TextInput tests should render as expected: should deep render when mocked (please verify o…
32 exports[`TextInput tests should render as expected: should deep render when not mocked (please veri…
61 exports[`TextInput tests should render as expected: should shallow render as <TextInput /> when moc…
63 exports[`TextInput tests should render as expected: should shallow render as <TextInput /> when not…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/__tests__/__snapshots__/
H A DTextInput-test.js.snap3 exports[`TextInput tests should render as expected: should deep render when mocked (please verify o…
32 exports[`TextInput tests should render as expected: should deep render when not mocked (please veri…
61 exports[`TextInput tests should render as expected: should shallow render as <TextInput /> when moc…
63 exports[`TextInput tests should render as expected: should shallow render as <TextInput /> when not…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/__tests__/__snapshots__/
H A DTextInput-test.js.snap3 exports[`TextInput tests should render as expected: should deep render when mocked (please verify o…
41 exports[`TextInput tests should render as expected: should deep render when not mocked (please veri…
79 exports[`TextInput tests should render as expected: should shallow render as <TextInput /> when moc…
81 exports[`TextInput tests should render as expected: should shallow render as <TextInput /> when not…
/expo/apps/native-component-list/src/screens/
H A DTextInputScreen.tsx2 import { TextInput } from 'react-native';
10 const textInputStyle: React.ComponentProps<typeof TextInput>['style'] = {
23 <TextInput
31 <TextInput
45 title: 'TextInput',
H A DSecureStoreScreen.tsx8 TextInput,
124 <TextInput
131 <TextInput
138 <TextInput
H A DSMSScreen.tsx3 import { Button, StyleSheet, Text, TextInput, View } from 'react-native';
70 <TextInput
80 <TextInput
/expo/apps/native-component-list/src/components/
H A DSearchBar.tsx3 import { StyleSheet, TextInput, TextStyle, TouchableOpacity, View, Platform } from 'react-native';
27 const _textInput = React.useRef<TextInput>(null);
55 <TextInput
H A DSearchBar.ios.tsx10 TextInput,
55 const _textInput = React.useRef<TextInput>(null);
114 <TextInput
/expo/packages/expo-dev-client-components/src/
H A DText.tsx2 import { Text as RNText, TextInput as RNTextInput } from 'react-native';
53 export const TextInput = create(RNTextInput, {
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsecurestore.mdx66 import { Text, View, StyleSheet, TextInput, Button } from 'react-native';
89 {/* @hide Add some TextInput components... */}
91 <TextInput
97 <TextInput
113 <TextInput
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsecurestore.mdx66 import { Text, View, StyleSheet, TextInput, Button } from 'react-native';
89 {/* @hide Add some TextInput components... */}
91 <TextInput
97 <TextInput
113 <TextInput
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dsecurestore.mdx66 import { Text, View, StyleSheet, TextInput, Button } from 'react-native';
89 {/* @hide Add some TextInput components... */}
91 <TextInput
97 <TextInput
113 <TextInput
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dsecurestore.mdx66 import { Text, View, StyleSheet, TextInput, Button } from 'react-native';
89 {/* @hide Add some TextInput components... */}
91 <TextInput
97 <TextInput
113 <TextInput
/expo/packages/expo-dev-launcher/bundle/components/
H A DUrlDropdown.tsx4 TextInput,
13 import { TextInput as NativeTextInput, Platform, StyleSheet } from 'react-native';
98 <TextInput
/expo/home/screens/DeleteAccountScreen/
H A DPasswordStep.tsx5 TextInput,
45 <TextInput
H A DConfirmationStep.tsx7 TextInput,
66 <TextInput
/expo/apps/native-component-list/src/screens/Screens/
H A Dcontainer.tsx3 import { Button, StyleSheet, TextInput, View } from 'react-native';
51 <TextInput placeholder="Hello" style={styles.textInput} />
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/Multiline/
H A DABI49_0_0RCTMultilineTextInputViewManager.m20 #pragma mark - Multiline <TextInput> (aka TextView) specific properties
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/Multiline/
H A DABI47_0_0RCTMultilineTextInputViewManager.m20 #pragma mark - Multiline <TextInput> (aka TextView) specific properties
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/Multiline/
H A DABI48_0_0RCTMultilineTextInputViewManager.m20 #pragma mark - Multiline <TextInput> (aka TextView) specific properties
/expo/docs/pages/versions/unversioned/sdk/
H A Dsecurestore.mdx118 import { Text, View, StyleSheet, TextInput, Button } from 'react-native';
141 {/* @hide Add some TextInput components... */}
143 <TextInput
149 <TextInput
165 <TextInput
/expo/apps/native-component-list/src/screens/Screens/navigation/
H A Dindex.tsx3 import { Animated, Button, Image, StyleSheet, TextInput, View } from 'react-native';
61 <TextInput
/expo/home/screens/HomeScreen/
H A DDevelopmentServersOpenURL.tsx9 TextInput,
69 <TextInput
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DPOIExample.tsx3 import { StyleSheet, View, TextInput } from 'react-native';
79 <TextInput
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/Singleline/
H A DABI49_0_0RCTSinglelineTextInputView.m21 // `submitBehavior` defaults to `"blurAndSubmit"` for <TextInput multiline={false}> by design.

1234