From e193aea2f4c459b944a73575bf3d00dff78f53a9 Mon Sep 17 00:00:00 2001 From: leeight Date: Fri, 16 Sep 2016 00:30:46 -0700 Subject: [PATCH] FIX #9939 - Add missing options argument to Android picker example Summary: `options` is required when call `TimePickerAndroid.open()` Closes https://github.com/facebook/react-native/pull/9940 Differential Revision: D3876076 fbshipit-source-id: 58c017d2a7acdc3d584bcc7ef965b56170a1594b --- Examples/UIExplorer/js/TimePickerAndroidExample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/js/TimePickerAndroidExample.js b/Examples/UIExplorer/js/TimePickerAndroidExample.js index 7a9e88d092..91b3211259 100644 --- a/Examples/UIExplorer/js/TimePickerAndroidExample.js +++ b/Examples/UIExplorer/js/TimePickerAndroidExample.js @@ -66,7 +66,7 @@ class TimePickerAndroidExample extends React.Component { + onPress={this.showPicker.bind(this, 'simple', {})}> {this.state.simpleText}