mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
Fixed typo in docs
Summary: Closes https://github.com/facebook/react-native/pull/6772 Differential Revision: D3144702 fb-gh-sync-id: f7e6743bc361652f16f50af19305822d05a047fa fbshipit-source-id: f7e6743bc361652f16f50af19305822d05a047fa
This commit is contained in:
parent
9adef91333
commit
97696b61c8
@ -25,7 +25,7 @@ const TimePickerModule = require('NativeModules').TimePickerAndroid;
|
||||
* minute: 0,
|
||||
* is24Hour: false, // Will display '2 PM'
|
||||
* });
|
||||
* if (action !== DatePickerAndroid.dismissedAction) {
|
||||
* if (action !== TimePickerAndroid.dismissedAction) {
|
||||
* // Selected hour (0-23), minute (0-59)
|
||||
* }
|
||||
* } catch ({code, message}) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user