react-native/React
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
..
Base Refactored networking logic out into RCTDownloadTask 2015-07-23 04:00:31 -08:00
Executors [ReactNative][Profiler] Fix NSProcessInfo instacrash on iOS7 2015-07-20 19:36:13 -08:00
Layout Fixed layout bug 2015-05-13 13:24:36 -07:00
Modules [StatusBar] Add ability to toggle the network activity indicator in the status bar + example in UIExplorer 2015-07-23 16:22:56 -08:00
React.xcodeproj [ReactNative] Add JavaScriptCore legacy profiler 2015-07-20 09:58:45 -08:00
Views [ReactNative] Fix crash when reload during profile (attempt #2) 2015-07-22 11:02:32 -08:00