/
githubmr
/
facebook-react-native
Обзор
Документация
Войти
/
githubmr
/
facebook-react-native
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/react-native/ReactCommon/react/renderer/components/textinput/basePrimitives.h
19 строк
346 B
Zeya Peng
Make textInputProps.submitBehavior on android an enum type (#47206)
28 окт 2024, 20:17
28 окт 2024, 20:17
db835e2
Код
Авторство
О чём код?
/* * 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. */ #pragma once namespace facebook::react { enum class SubmitBehavior { Default, Submit, BlurAndSubmit, Newline, }; } // namespace facebook::react