React Native

From bibbleWiki
Revision as of 13:22, 10 December 2020 by Iwiseman (talk | contribs) (Created page with "=Introduction= ==Why== *True native app *Performance is great *Easy to learn *Shared across platforms *Good community ==Components *React uses components to build apps *React...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Why

  • True native app
  • Performance is great
  • Easy to learn
  • Shared across platforms
  • Good community

==Components

  • React uses components to build apps
  • React Native has many components
  • Including translate features

Installation

sudo npm i -g react-native-cli
sudo npm i -g create-react-native

Create Project

Note ignite is a useful tool for creating components in react-native

react-native init reactiveNativeCLI
npx create-react-native-app globo
expo start