diff --git a/releases/next/docs/modal.html b/releases/next/docs/modal.html index fa8bd190103..86cdb0fd94d 100644 --- a/releases/next/docs/modal.html +++ b/releases/next/docs/modal.html @@ -59,9 +59,9 @@ On iOS, the modal is still restricted by what's specified in your app' Text, TouchableHighlight, View, -} = ReactNative; -// $FlowFixMe Picker.Item not properly defined for flow. -const Item = Picker.Item; +} = ReactNative; + +const Item = Picker.Item; exports.displayName = (undefined: ?string); exports.framework = 'React'; diff --git a/releases/next/docs/picker.html b/releases/next/docs/picker.html index 0e68902a1ba..1bd349b353f 100644 --- a/releases/next/docs/picker.html +++ b/releases/next/docs/picker.html @@ -18,9 +18,9 @@ const { Picker, Text, TouchableWithoutFeedback, -} = ReactNative; -// $FlowFixMe found when converting React.createClass to ES6 -const Item = Picker.Item; +} = ReactNative; + +const Item = Picker.Item; class PickerExample extends React.Component { static title = '<Picker>';