/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/Libraries/Text/RCTConvert+Text.h
23 строки
611 B
Fábio Henriques
Add smartInsertDelete prop to TextInput component (#36111)
08 июн 2023, 22:06
08 июн 2023, 22:06
6b62f12
Код
Авторство
О чём код?
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #import <React/RCTConvert.h> #import "RCTTextTransform.h" NS_ASSUME_NONNULL_BEGIN @interface RCTConvert (Text) + (UITextAutocorrectionType)UITextAutocorrectionType:(nullable id)json; + (UITextSpellCheckingType)UITextSpellCheckingType:(nullable id)json; + (RCTTextTransform)RCTTextTransform:(nullable id)json; + (UITextSmartInsertDeleteType)UITextSmartInsertDeleteType:(nullable id)json; @end NS_ASSUME_NONNULL_END