Performance
  • References/JavaScript/React Native/Guides

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

2025-01-10 15:47:30
JavaScript Environment
  • References/JavaScript/React Native/Guides

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

2025-01-10 15:47:30
Debugging
  • References/JavaScript/React Native/Guides

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

2025-01-10 15:47:30
Animations
  • References/JavaScript/React Native/Guides

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

2025-01-10 15:47:30
Gesture Responder System
  • References/JavaScript/React Native/Guides

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

2025-01-10 15:47:30
Images
  • References/JavaScript/React Native/Guides

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

2025-01-10 15:47:30
Testing
  • References/JavaScript/React Native/Guides

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

2025-01-10 15:47:30
Platform Specific Code
  • References/JavaScript/React Native/Guides

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

2025-01-10 15:47:30
Navigator Comparison
  • References/JavaScript/React Native/Guides

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

2025-01-10 15:47:30
Accessibility
  • References/JavaScript/React Native/Guides

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

2025-01-10 15:47:30