Skip to content

Commit fa190ba

Browse files
committedMar 12, 2019
Fix flow error
1 parent 9f5946b commit fa190ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎RNTester/js/DatePickerIOSExample.js

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const {DatePickerIOS, StyleSheet, Text, View} = ReactNative;
1616

1717
type State = {|
1818
date: Date,
19-
timeZoneOffsetInHours: number,
2019
|};
2120

2221
type Props = {|

0 commit comments

Comments
 (0)
Please sign in to comment.