mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-06 22:44:22 +08:00
Add phone-pad keyboard
Summary: With the numeric keyboard now being an actual numeric keyboard (before it was actually phone-pad), we need a proper phone-pad keyboard as well. public Reviewed By: dmmiller Differential Revision: D2830707 fb-gh-sync-id: 80a1d314eac730e691de73a31342c014a2fa5ba6
This commit is contained in:
committed by
facebook-github-bot-6
parent
ebf42d9813
commit
25c3dd140f
@@ -242,6 +242,7 @@ exports.examples = [
|
||||
'default',
|
||||
'email-address',
|
||||
'numeric',
|
||||
'phone-pad',
|
||||
];
|
||||
var examples = keyboardTypes.map((type) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user