React Native

July 18, 2017 · View on GitHub

._   _       _            
| \ | | ___ | |_ ___  ___
|  \| |/ _ \| __/ _ \/ __|
| |\  | (_) | ||  __/\__ \
|_| \_|\___/ \__\___||___/

React Native

Updating/Upgrading

Consult Breaking Changes before updating react-native

How does it work?

Javacript Core runs in a separate thread and talks to native iOS modules via RCTBridge. Native iOS modules must use certain annotations to recieve and send to RN components.

Guides

Introduction · Rangle.io: React Native Workshop

Animations

Performance

Debugging

Tricks/Hacks

Need something accessible from every file? Add it to global in your index.{ios|android}.js.

Gestures