Skip to content

robert-ngo/DecoupledDays2019

Repository files navigation

DecoupledDays2019

Demo React Native app for session Decoupling Drupal with React Native: We build a Decoupled Days application.

Run the app on your machine

This instruction assumes that you're familiar with the basic setup of React Native. If it's not the case, let's head to the official instruction to learn about the setup

Clone the repo then install required packages:

// Clone the app
git clone [email protected]:RobertNg1125/DecoupledDays2019.git
cd DecoupledDays2019

// Install required packages
yarn 

Run the app on simulator

IOS simulator 🍏

react-native run-ios

Android simulator 🤖

Open folder android/ using Android Studio, then run an Android Virtual device.

react-native run-ios