| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/react/renderer/components/iostextinput/ |
| H A D | ABI49_0_0propsConversions.h | 67 traits.spellCheck = convertRawProp( in convertRawProp() 71 sourceTraits.spellCheck, in convertRawProp() 72 defaultTraits.spellCheck); in convertRawProp()
|
| H A D | ABI49_0_0primitives.h | 151 std::optional<bool> spellCheck{};
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/ |
| H A D | ABI48_0_0propsConversions.h | 66 traits.spellCheck = convertRawProp( in convertRawProp() 70 sourceTraits.spellCheck, in convertRawProp() 71 defaultTraits.spellCheck); in convertRawProp()
|
| H A D | ABI48_0_0primitives.h | 151 std::optional<bool> spellCheck{};
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/textinput/iostextinput/ |
| H A D | ABI47_0_0propsConversions.h | 66 traits.spellCheck = convertRawProp( in convertRawProp() 70 sourceTraits.spellCheck, in convertRawProp() 71 defaultTraits.spellCheck); in convertRawProp()
|
| H A D | ABI47_0_0primitives.h | 143 std::optional<bool> spellCheck{};
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/ |
| H A D | ABI49_0_0RCTTextInputUtils.h | 29 …llCheckingType ABI49_0_0RCTUITextSpellCheckingTypeFromOptionalBool(std::optional<bool> spellCheck);
|
| H A D | ABI49_0_0RCTTextInputUtils.mm | 87 …ellCheckingType ABI49_0_0RCTUITextSpellCheckingTypeFromOptionalBool(std::optional<bool> spellCheck) 89 …return spellCheck.has_value() ? (*spellCheck ? UITextSpellCheckingTypeYes : UITextSpellCheckingTyp…
|
| H A D | ABI49_0_0RCTTextInputComponentView.mm | 146 if (newTextInputProps.traits.spellCheck != oldTextInputProps.traits.spellCheck) { 148 ABI49_0_0RCTUITextSpellCheckingTypeFromOptionalBool(newTextInputProps.traits.spellCheck);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/ |
| H A D | ABI47_0_0RCTTextInputUtils.h | 29 …llCheckingType ABI47_0_0RCTUITextSpellCheckingTypeFromOptionalBool(std::optional<bool> spellCheck);
|
| H A D | ABI47_0_0RCTTextInputUtils.mm | 87 …ellCheckingType ABI47_0_0RCTUITextSpellCheckingTypeFromOptionalBool(std::optional<bool> spellCheck) 89 …return spellCheck.has_value() ? (*spellCheck ? UITextSpellCheckingTypeYes : UITextSpellCheckingTyp…
|
| H A D | ABI47_0_0RCTTextInputComponentView.mm | 147 if (newTextInputProps.traits.spellCheck != oldTextInputProps.traits.spellCheck) { 149 ABI47_0_0RCTUITextSpellCheckingTypeFromOptionalBool(newTextInputProps.traits.spellCheck);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/ |
| H A D | ABI48_0_0RCTTextInputUtils.h | 29 …llCheckingType ABI48_0_0RCTUITextSpellCheckingTypeFromOptionalBool(std::optional<bool> spellCheck);
|
| H A D | ABI48_0_0RCTTextInputUtils.mm | 87 …ellCheckingType ABI48_0_0RCTUITextSpellCheckingTypeFromOptionalBool(std::optional<bool> spellCheck) 89 …return spellCheck.has_value() ? (*spellCheck ? UITextSpellCheckingTypeYes : UITextSpellCheckingTyp…
|
| H A D | ABI48_0_0RCTTextInputComponentView.mm | 147 if (newTextInputProps.traits.spellCheck != oldTextInputProps.traits.spellCheck) { 149 ABI48_0_0RCTUITextSpellCheckingTypeFromOptionalBool(newTextInputProps.traits.spellCheck);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/ |
| H A D | TextInput.d.ts | 193 spellCheck?: boolean | undefined; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/ |
| H A D | TextInput.d.ts | 193 spellCheck?: boolean | undefined; property
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/ |
| H A D | ABI49_0_0RCTBaseTextInputViewManager.m | 45 ABI49_0_0RCT_REMAP_VIEW_PROPERTY(spellCheck, backedTextInputView.spellCheckingType, UITextSpellChec…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/ |
| H A D | ABI47_0_0RCTBaseTextInputViewManager.m | 46 ABI47_0_0RCT_REMAP_VIEW_PROPERTY(spellCheck, backedTextInputView.spellCheckingType, UITextSpellChec…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/ |
| H A D | ABI48_0_0RCTBaseTextInputViewManager.m | 45 ABI48_0_0RCT_REMAP_VIEW_PROPERTY(spellCheck, backedTextInputView.spellCheckingType, UITextSpellChec…
|
| /expo/packages/expo-dev-client/android/src/androidTest/assets/ |
| H A D | bundled_app.bundle | 186 …,maxLength:!0,autoCapitalize:!0,keyboardAppearance:!0,passwordRules:!0,spellCheck:!0,selectTextOnF… 335 …tal-code','street-address','tel','username','off']),autoCorrect:c.bool,spellCheck:c.bool,autoFocus…
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 105 …,maxLength:!0,autoCapitalize:!0,keyboardAppearance:!0,passwordRules:!0,spellCheck:!0,selectTextOnF… property 269 …,selectionColor:i,selectTextOnFocus:c.bool,showSoftInputOnFocus:c.bool,spellCheck:c.bool,style:l.s… property
|
| H A D | EXDevMenuApp.android.js | 105 …,maxLength:!0,autoCapitalize:!0,keyboardAppearance:!0,passwordRules:!0,spellCheck:!0,selectTextOnF… property 269 …,selectionColor:i,selectTextOnFocus:c.bool,showSoftInputOnFocus:c.bool,spellCheck:c.bool,style:l.s… property
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 106 …,maxLength:!0,autoCapitalize:!0,keyboardAppearance:!0,passwordRules:!0,spellCheck:!0,selectTextOnF… 270 …,selectionColor:i,selectTextOnFocus:c.bool,showSoftInputOnFocus:c.bool,spellCheck:c.bool,style:l.s…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 106 …,maxLength:!0,autoCapitalize:!0,keyboardAppearance:!0,passwordRules:!0,spellCheck:!0,selectTextOnF… 270 …,selectionColor:i,selectTextOnFocus:c.bool,showSoftInputOnFocus:c.bool,spellCheck:c.bool,style:l.s…
|