mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-12 17:30:12 +08:00
Refactor text input keyboards
Reviewed By: foghina Differential Revision: D2807491 fb-gh-sync-id: e7e5fb8c235f3637f619b2f44053749c51f379f0
This commit is contained in:
committed by
facebook-github-bot-7
parent
fe77ce1c62
commit
cc449b394e
@@ -92,20 +92,6 @@ import com.facebook.react.uimanager.events.TouchEventType;
|
||||
"ScaleAspectFill",
|
||||
ImageView.ScaleType.CENTER_CROP.ordinal())));
|
||||
|
||||
constants.put(
|
||||
"UIText",
|
||||
MapBuilder.of(
|
||||
"AutocapitalizationType",
|
||||
MapBuilder.of(
|
||||
"none",
|
||||
InputType.TYPE_CLASS_TEXT,
|
||||
"characters",
|
||||
InputType.TYPE_TEXT_FLAG_CAP_CHARACTERS,
|
||||
"words",
|
||||
InputType.TYPE_TEXT_FLAG_CAP_WORDS,
|
||||
"sentences",
|
||||
InputType.TYPE_TEXT_FLAG_CAP_SENTENCES)));
|
||||
|
||||
constants.put(
|
||||
"Dimensions",
|
||||
MapBuilder.of(
|
||||
|
||||
Reference in New Issue
Block a user