Flexbox#marginTop

marginTop number

Flexbox#top

top number

PushNotificationIOS.cancelAllLocalNotifications()

static cancelAllLocalNotifications() Cancels all scheduled localNotifications

Upgrading

Upgrading to new versions of React Native will give you access to more APIs, views, developer tools and other goodies. Because React Native projects are essentially made up of an Android project, an iOS project and a JavaScript project, all combined under an npm package, upgrading can be rather tricky. But we try to make it easy for you. Here's what you need to do to upgrade from an older version of React Native: 1. Upgrade the react-native dependency Note the latest version of the react-nati

Image#blurRadius

iosblurRadius number blurRadius: the blur radius of the blur filter added to the image

ListView#stickyHeaderIndices

iosstickyHeaderIndices [number] An array of child indices determining which children get docked to the top of the screen when scrolling. For example, passing stickyHeaderIndices={[0]} will cause the first child to be fixed to the top of the scroll view. This property is not supported in conjunction with horizontal={true}.

Flexbox#alignSelf

alignSelf enum('auto', 'flex-start', 'flex-end', 'center', 'stretch')

Flexbox#borderLeftWidth

borderLeftWidth number

NavigatorIOS#resetTo()

resetTo(route: { component: Function; title: string; passProps?: Object; backButtonTitle?: string; backButtonIcon?: Object; leftButtonTitle?: string; leftButtonIcon?: Object; onLeftButtonPress?: Function; rightButtonTitle?: string; rightButtonIcon?: Object; onRightButtonPress?: Function; wrapperStyle?: any; }) Replaces the top item and popToTop

ScrollView#onScrollAnimationEnd

iosonScrollAnimationEnd function Called when a scrolling animation ends.