JavaScript Environment

JavaScript Runtime When using React Native, you're going to be running your JavaScript code in two environments:

2016-06-23 04:24:15
Performance

A compelling reason for using React Native instead of WebView-based tools is to achieve 60 FPS and a native look & feel to your apps. Where possible, we would like for

2016-06-23 04:24:49
Animations

Fluid, meaningful animations are essential to the mobile user experience. Like everything in React Native, Animation APIs for React Native are currently under development,

2016-06-23 04:23:36
Debugging

Debugging React Native Apps To access the in-app developer menu: On

2016-06-23 04:23:50
Images

Static Image Resources As of 0.14 release, React Native provides a unified way of managing images in your

2016-06-23 04:24:10
Gesture Responder System

Gesture recognition on mobile devices is much more complicated than web. A touch can go through several phases as the app determines what the user's intention is. For example

2016-06-23 04:24:04
Testing

Running Tests and Contributing The React Native repo has several tests you can run to verify you haven't

2016-06-23 04:25:36
Platform Specific Code

When building a cross-platform app, the need to write different code for different platforms may arise. This can always be achieved by organizing the various components in

2016-06-23 04:24:54
Navigator Comparison

The differences between Navigator and NavigatorIOS are a common source of confusion for newcomers. Both Navigator and NavigatorIOS

2016-06-23 04:24:37
Accessibility

Native App Accessibility (iOS and Android) Both iOS and Android provide APIs for making

2016-06-23 04:23:19