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

Native Mobile App with Javascript - React Native - Code Push

Native Mobile App with Javascript - React Native - Code Push

I talked at Microsoft Indonesia about react native and code push and how they change the mobile app development in the future

Sonny Lazuardi

March 26, 2016
Tweet

More Decks by Sonny Lazuardi

Other Decks in Technology

Transcript

  1. NATIVE MOBILE APP DEVELOPMENT IS HARD No Code Sharing Low

    Iteration Speed Hard To Scale https://speakerdeck.com/frantic/react-native-tutorial-nyc-15
  2. NATIVE APPS WHY ARE GREAT? Complex Gestures & Smooth Animations

    Fast, Responsive Consistent With the platform https://speakerdeck.com/frantic/react-native-tutorial-nyc-15
  3. DOM

  4. REACT NATIVE COMPONENT <div> <View> Browser DOM Native Component <img>

    <Image> <span> <Text> <ScrollView> <MapView> <TabBar>
  5. REACT NATIVE SETUP • Requirements • OSX • Node 4.0

    or newer • Watchman • Installing React Native CLI npm install –g react-native-cli • Starting React Native Project react-native init ProjectName
  6. ANDROID SETUP • Install JDK • Install Android SDK brew

    install android-sdk • Add Android SDK path to your ~/.bashrc, ~/.zshrc export ANDROID_HOME=/usr/local/opt/android- sdk