Home
last modified time | relevance | path

Searched refs:onChangeText (Results 1 – 25 of 39) sorted by relevance

12

/expo/apps/native-component-list/src/screens/
H A DTextInputScreen.tsx25 onChangeText={updateSingle}
33 onChangeText={updateSecure}
H A DLinkingScreen.tsx26 onChangeText(text);
29 const onChangeText = async (text: string) => {
62 <TextInput style={styles.textInput} onChangeText={onChangeText} value={link} />
H A DSecureStoreScreen.tsx129 onChangeText={setValue}
136 onChangeText={setKey}
143 onChangeText={setService}
H A DSMSScreen.tsx74 onChangeText={(phoneNumbers) =>
84 onChangeText={(message) => this.setState({ message })}
H A DDateTimePickerScreen.tsx162 onChangeText={(text) => {
172 onChangeText={(text) => {
189 onChangeText={setNeutralButtonLabel}
/expo/apps/native-component-list/src/screens/ExpoMaps/screens/
H A DPOIExample.tsx16 const [text, onChangeText] = useState<string>('');
82 onChangeText={async (text) => {
83 onChangeText(text);
/expo/packages/expo-dev-launcher/bundle/components/
H A DUrlDropdown.tsx61 const onChangeText = (input: string) => {
108 onChangeText={debounce(onChangeText)}
/expo/ios/vendored/sdk47/react-native-screens/ios/
H A DABI47_0_0RNSSearchBar.h24 @property (nonatomic, copy) ABI47_0_0RCTBubblingEventBlock onChangeText;
H A DABI47_0_0RNSSearchBar.mm119 …->onChangeText(ABI47_0_0facebook::ABI47_0_0React::ABI47_0_0RNSSearchBarEventEmitter::OnChangeText{…
122 if (self.onChangeText) {
123 self.onChangeText(@{
345 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(onChangeText, ABI47_0_0RCTBubblingEventBlock) category
/expo/ios/vendored/sdk48/react-native-screens/ios/
H A DABI48_0_0RNSSearchBar.h24 @property (nonatomic, copy) ABI48_0_0RCTBubblingEventBlock onChangeText;
H A DABI48_0_0RNSSearchBar.mm119 …->onChangeText(ABI48_0_0facebook::ABI48_0_0React::ABI48_0_0RNSSearchBarEventEmitter::OnChangeText{…
122 if (self.onChangeText) {
123 self.onChangeText(@{
345 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(onChangeText, ABI48_0_0RCTBubblingEventBlock) category
/expo/ios/vendored/sdk49/react-native-screens/ios/
H A DABI49_0_0RNSSearchBar.h25 @property (nonatomic, copy) ABI49_0_0RCTBubblingEventBlock onChangeText;
H A DABI49_0_0RNSSearchBar.mm118 …->onChangeText(ABI49_0_0facebook::ABI49_0_0React::ABI49_0_0RNSSearchBarEventEmitter::OnChangeText{…
121 if (self.onChangeText) {
122 self.onChangeText(@{
376 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(onChangeText, ABI49_0_0RCTBubblingEventBlock) category
/expo/ios/vendored/unversioned/react-native-screens/ios/
H A DRNSSearchBar.h25 @property (nonatomic, copy) RCTBubblingEventBlock onChangeText;
H A DRNSSearchBar.mm118 …->onChangeText(facebook::react::RNSSearchBarEventEmitter::OnChangeText{.text = RCTStringFromNSStri…
121 if (self.onChangeText) {
122 self.onChangeText(@{
376 RCT_EXPORT_VIEW_PROPERTY(onChangeText, RCTBubblingEventBlock) category
/expo/apps/native-component-list/src/components/
H A DSearchBar.tsx65 onChangeText={_handleChangeText}
/expo/home/screens/DeleteAccountScreen/
H A DPasswordStep.tsx53 onChangeText={(p) => setPassword(p)}
H A DConfirmationStep.tsx75 onChangeText={onDeleteConfirmationTextChange}
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsecurestore.mdx94 onChangeText={text => onChangeKey(text)}
100 onChangeText={text => onChangeValue(text)}
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsecurestore.mdx94 onChangeText={text => onChangeKey(text)}
100 onChangeText={text => onChangeValue(text)}
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dsecurestore.mdx94 onChangeText={text => onChangeKey(text)}
100 onChangeText={text => onChangeValue(text)}
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dsecurestore.mdx94 onChangeText={text => onChangeKey(text)}
100 onChangeText={text => onChangeValue(text)}
/expo/apps/native-component-list/src/screens/Screens/navigation/
H A Dindex.tsx64 onChangeText={(text) => this.setState({ text })}
/expo/home/screens/HomeScreen/
H A DDevelopmentServersOpenURL.tsx70 onChangeText={(newUrl) => setUrl(newUrl.trim())}
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts635 onChangeText?: ((text: string) => void) | undefined; property

12