Tuesday, May 02, 2017

MOB105 - Cross Platform Mobile Apps Development using React Native

React Native is an open source library from Facebook and Instagram that allows you to write your mobile apps using JavaScript. A React Native app consists of both JavaScript and a native code (either Java for Android, or Objective-C for iOS). The JavaScript code runs in a virtual machine on your mobile device and communicates with the native code through a JSON message passing interface.

With React Native, you code the UI of your mobile app using a set of components in JavaScript. These components are then rendered natively on the respective mobile platform. What's more, React Native supports live updates, allowing your app to be dynamically updated without republishing to the AppStore or Google Play.

In this 2-day course, you will learn how to use React Native to build cross-platform apps for iOS and Android devices.

No comments: