Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 726 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 726 Bytes

React Native Workshop 📱

An introduction to open source frameworks to build cross platform native applications with web technology.

learn.vandyhacks.org

What is a React Native?

  1. React-Based Framework
  2. Build Native Android, iOS Apps in JavaScript (React), HTML, CSS.
  3. Seamless Cross-Platform Support.

Core Architecture Of React Native

Three Components:

  1. JavaScript Thread
  2. Background Thread
  3. Native Thread

Connected via Bridge.

Why Open Source, Cross Platform Frameworks?

  • Reuse of Code!
  • Community Support For JavaScript.
  • Minimal Learning Curve.
  • Low Cost Of Development.
  • Really convenient.