A walk through React Native: powering the next gen of JS apps.
This talk is a quick overview of React Native to understand the basic structure to develop a cross-platform mobile application without having to worry about Android and iOS languages. Also, React Native allows us to focus on what JavaScript developers like - code only in JS. Best of all, the application has almost the same performance as a native application. Besides that, this talk shows a real example that will be published soon on Google Play and App Store. Plus another practical example, as homework to boost the learning.
Enjoy and take advantages.
To run an ad hoc http static server in current (or specified) directory, available at http://localhost:8000
python -m SimpleHTTPServer 8000