Skip to content

jayden-lee/hello-react-native

Repository files navigation

Hello React Native

React Native Example Repo

Prerequisites

  • Node (8.3 or newer)
  • Watchman
  • JDK (8 or newer)
brew install yarn
brew install node
brew install watchman
brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk8

Create React Native App

npm install -g create-react-native-app
create-react-native-app hello-react-native
cd hello-react-native
npm start

Example Application

Todo App

git clone https://github.com/jayden-lee/hello-react-native.git
git checkout todo-app
npm start

rn-todo-app

Weather App

git clone https://github.com/jayden-lee/hello-react-native.git
git checkout weather-app
npm start

weather-app

Diary App

git clone https://github.com/jayden-lee/hello-react-native.git
git checkout diary-app
npm start

diary-app