react-native-macos/Examples
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
..
2048 [ReactNative] Use new animation library for 2048 game demo 2015-07-23 12:36:31 -08:00
Movies [MovieApp] Add key to image components inside of MovieCell. 2015-07-23 15:09:42 -08:00
SampleApp [ReactNative] add _flowconfig and _gitignore to SampleApp 2015-07-13 06:39:18 -08:00
TicTacToe [React Native] Remove animated GIFs from TicTacToe example 2015-07-06 04:11:03 -08:00
UIExplorer [StatusBar] Add ability to toggle the network activity indicator in the status bar + example in UIExplorer 2015-07-23 16:22:56 -08:00