-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add one more parameter(keyboardType) to AlertIOS.promot().
Summary: Add one more parameter which can specify the keyboard type of first text input(if exists) to AlertIOS.prompt(). Example usage: `AlertIOS.prompt('Type a phone number', null, null, 'plain-text', undefined, 'phone-pad')` Closes #8781 Differential Revision: D4437900 Pulled By: hramos fbshipit-source-id: 8141cc0d7c70d13603cd5a1d5ea3f1ab1ce437a6
- Loading branch information
1 parent
06956e8
commit 94f71a3
Showing
3 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters