DatePickerIOS#minuteInterval

minuteInterval enum(1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30) The interval at which minutes can be selected.

Core Components

Components are the building blocks for a React Native application. A React Native user interface (UI) is specified by declaring components, possibly nested, and then those components are mapped to the native UI on the targeted platform. React Native has a number of core components that are commonly used in applications, either on their own or combined to build new components. Text The most basic component in React Native is the Text component. The Text component simply renders text. This exam

TouchableWithoutFeedback#onPress

onPress function Called when the touch is released, but not if cancelled (e.g. by a scroll that steals the responder lock).

WebView#onLoad

onLoad function Invoked when load finish

WebView#scrollEnabled

iosscrollEnabled bool

Animated.multiply()

static multiply(a, b) Creates a new Animated value composed from two Animated values multiplied together.

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

PixelRatio.startDetecting()

static startDetecting() // No-op for iOS, but used on the web. Should not be documented.

Flexbox#borderWidth

borderWidth number