StatusBarIOS#setNetworkActivityIndicatorVisible()

setNetworkActivityIndicatorVisible(visible)

WebView#style

style View#style

RefreshControl#refreshing

refreshing bool Whether the view should be indicating an active refresh.

Flexbox#alignItems

alignItems enum('flex-start', 'flex-end', 'center', 'stretch')

ScrollView#indicatorStyle

iosindicatorStyle enum('default', 'black', 'white') The style of the scroll indicators. - default (the default), same as black. - black, scroll indicator is black. This style is good against a white content background. - white, scroll indicator is white. This style is good against a black content background.

PushNotificationIOS.checkPermissions()

static checkPermissions(callback) See what push permissions are currently enabled. callback will be invoked with a permissions object: alert :boolean badge :boolean sound :boolean

Native UI Components

There are tons of native UI widgets out there ready to be used in the latest apps - some of them are part of the platform, others are available as third-party libraries, and still more might be in use in your very own portfolio. React Native has several of the most critical platform components already wrapped, like ScrollView and TextInput, but not all of them, and certainly not ones you might have written yourself for a previous app. Fortunately, it's quite easy to wrap up these existing compo

Animated.delay()

static delay(time) Starts an animation after the given delay.

ProgressViewIOS#progressViewStyle

progressViewStyle enum('default', 'bar') The progress bar style.

AppRegistry.runApplication()

static runApplication(appKey, appParameters)