diff --git a/releases/next/docs/timepickerandroid.html b/releases/next/docs/timepickerandroid.html index 53851964cfc..33305b14940 100644 --- a/releases/next/docs/timepickerandroid.html +++ b/releases/next/docs/timepickerandroid.html @@ -65,7 +65,7 @@ class TimePickerAndroidExample extends ="TimePickerAndroid"> <UIExplorerBlock title="Simple time picker"> <TouchableWithoutFeedback - onPress={this.showPicker.bind(this, 'simple')}> + onPress={this.showPicker.bind(this, 'simple', {})}> <Text style={styles.text}>{this.state.simpleText}</Text> </TouchableWithoutFeedback> </UIExplorerBlock>