react-native/Libraries/Components
Brent Vatne 2781739fbe Fix type of StatusBar backgroundColor so it is displayed correctly in docs
Summary:
![screen shot 2017-07-07 at 2 54 01 pm](https://user-images.githubusercontent.com/90494/27978425-3d4c7702-6324-11e7-8cea-0f1e121e84d6.png)

![screen shot 2017-07-07 at 2 55 08 pm](https://user-images.githubusercontent.com/90494/27978437-4943df46-6324-11e7-9a64-ad30599811f2.png)

The change that set this type to $FlowFixMe was a [massive one-year-old old commit](a2fb703bbb) and I don't think it is necessary anymore (flow passes with this change). If it does, it must be something internal to Facebook, maybe we should $FlowFixIt somehow?
Closes https://github.com/facebook/react-native/pull/14895

Differential Revision: D5385198

Pulled By: hramos

fbshipit-source-id: a769f8589f4b8d7421b6445f2c0bf08857a7dd1f
2017-07-07 20:33:31 -07:00
..
AccessibilityInfo iOS: Introduce API for making screen reader announcements 2017-05-30 04:46:08 -07:00
ActivityIndicator Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
AppleTV Update remaining PropTypes references 2017-06-12 16:03:09 -07:00
Clipboard Remove deprecated APIs and modules 2016-10-11 07:43:52 -07:00
DatePicker Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
DatePickerAndroid Fixed a typo in open function documentation 2017-04-18 15:36:20 -07:00
DrawerAndroid Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
Keyboard Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
Navigation Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
Picker Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
ProgressBarAndroid Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
ProgressViewIOS Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
RefreshControl Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
ScrollView Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
SegmentedControlIOS Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
Slider Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
StatusBar Fix type of StatusBar backgroundColor so it is displayed correctly in docs 2017-07-07 20:33:31 -07:00
Switch Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
TabBarIOS Ran PropTypes -> prop-types codemod against Libraries/FBReactKit/js/react-native-github 2017-04-12 16:15:15 -07:00
TextInput Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
TimePickerAndroid Clean unused import modules. 2016-10-16 11:13:40 -07:00
ToastAndroid Add very basic usage example for android toast 2016-09-19 06:43:54 -07:00
ToolbarAndroid Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
Touchable Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
UnimplementedViews Make UnimplementedView invisible in prod 2017-06-06 09:45:15 -07:00
View Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
ViewPager add peeking feature in AndroidViewPage(RN) 2017-06-30 22:21:06 -07:00
WebView Fix scalesPageToFit default property for iOS WebView. 2017-06-29 01:00:39 -07:00
Button.js Clearer code in Button.js 2017-06-27 11:33:34 -07:00
LazyRenderer.js Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
ScrollResponder.js Add support for flashScrollIndicators on iOS 2017-06-06 13:06:48 -07:00
StaticContainer.react.js Rename files to match @providesModule annotations 2017-02-03 15:58:58 -08:00
StaticRenderer.js Ran PropTypes -> prop-types codemod against Libraries/FBReactKit/js/react-native-github 2017-04-12 16:15:15 -07:00
Subscribable.js