react-native/Libraries/Components
Mark Miyashita 10ffe170c2 [StatusBar] Add ability to toggle the network activity indicator in the status bar + example in UIExplorer
Summary:
Added the ability to turn on and off the network activity indicator using:

```
StatusBarIOS.setNetworkActivityIndicatorVisible(true)
```
and
```
StatusBarIOS.setNetworkActivityIndicatorVisible(false)
```

Also added an example to the UIExplorer example app.

Fix #986
Closes https://github.com/facebook/react-native/pull/2079
Github Author: Mark Miyashita <negativetwelve@gmail.com>
2015-07-23 16:22:56 -08:00
..
ActivityIndicatorIOS [ActivityIndicator] Specify a width 2015-06-17 07:49:59 -08:00
DatePicker Removed deprecated RCT_EXPORT + code paths 2015-06-05 09:58:25 -08:00
MapView [madman]: Fix MapView crashing problem. 2015-06-25 21:21:08 -08:00
Navigation Nav ios hide hairline 2015-07-16 04:31:17 -08:00
ProgressViewIOS Removed deprecated RCT_EXPORT + code paths 2015-06-05 09:58:25 -08:00
ScrollView [ReactNative] ScrollView docs 2015-07-23 06:56:46 -08:00
SegmentedControlIOS Removed deprecated RCT_EXPORT + code paths 2015-06-05 09:58:25 -08:00
SliderIOS Add minimumTrackTintColor and maximumTrackTintColor to SliderIOS 2015-04-23 05:57:15 -08:00
StatusBar [StatusBar] Add ability to toggle the network activity indicator in the status bar + example in UIExplorer 2015-07-23 16:22:56 -08:00
SwitchIOS [ReactNative] use requireNativeComponent to clean up a bunch of boilerplate 2015-04-21 21:06:48 -08:00
TabBarIOS [TabBarIOS] Add translucent property to TabBarIOS 2015-07-14 08:02:44 -08:00
TextInput [RN] Introduce initialValue prop to fix TextInputExamples 2015-07-22 14:21:16 -08:00
Touchable [ReactNative][BREAKING_CHANGE] Remove cloneElement from TouchableBounce 2015-07-22 17:22:35 -08:00
UnimplementedViews [ReactNative] introduce requireNativeComponent 2015-04-16 17:12:12 -08:00
View Reverted ca9d1b3bf5a6f46ec29babe8685634690ff9a2bc to unbreak groups 2015-07-17 04:03:01 -08:00
WebView [Android][JS]: supports prop "html" in WebView 2015-07-10 12:33:16 -08:00
ScrollResponder.js Unbreak the dismissing keyboard behavior on Android 2015-07-22 15:24:42 -08:00
StaticRenderer.js [Haste] @provides -> @providesModule StaticRenderer 2015-05-14 08:42:13 -08:00
Subscribable.js [ReactNative] clean lint for Libraries/Components 2015-05-18 15:54:07 -08:00