Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Going Native with React Native

Going Native with React Native

Talk originally given at Syntax Con 2016 in Charleston, SC.

https://2016.syntaxcon.com/session/going-mobile-with-react-native/

Code example: https://github.com/hswolff/GitHubReactNative

Talk description:
Are you a front end engineer who wants to make the move to mobile development? Then you’ve come to the right place. Learn how to get up and running with React Native to take all you know about React from the web and put it onto your mobile device. You may be surprised to find that you know more mobile development than you think you do!

Learn how to get up and running with a new application on iOS and Android
Learn how to take most of what you know from the web and put it onto a mobile application
Learn how to properly architect a React Native application

Harry Wolff

May 06, 2016
Tweet

More Decks by Harry Wolff

Other Decks in Programming

Transcript

  1. React lets you declaratively describe your UI. React handles how

    to render the content. All you need to know is how to use the available components.
  2. React React Native lets you declaratively describe your UI. React

    React Native handles how to render the content. All you need to know is how to use the available components.
  3. React Native …creates a bridge between JavaScript and Native Code

    (iOS / Android) …and handles passing information between the two environments More details: http://tadeuzagallo.com/ blog/react-native-bridge/