/react-native-intro-for-fed

Intro to React Native for FED guild

Primary LanguageObjective-C

FED Intro to ReactNative

Checkout the slides here.

Demos:

Installation

git clone
yarn
npm run start
//in another terminal
react-native run-ios
//or
react-native run-android

Demo 1 - Debugging the bridge

uncomment the demo 1 section in app.js (comment the rest)
refresh the app (cmd + r for iphone or double r for android)

debugging the bridge

Demo 2 - Expose Native Functionality in Javascript

uncomment the demo 2 section in app.js (comment the rest)
refresh the app (cmd + r for iphone or double r for android)

native-methods

Demo 3 - Different Javascript Implementation For Different Platforms

uncomment the demo 3 section in app.js (comment the rest)
refresh the app (cmd + r for iphone or double r for android)

different js implementation

Demo 4 - Using Native UI Components

uncomment the demo 4 section in app.js (comment the rest)
refresh the app (cmd + r for iphone or double r for android)

native ui components

Demo 5 - Real Life App

uncomment the demo 5 section in app.js (comment the rest)
refresh the app (cmd + r for iphone or double r for android)

real life app