/DecoupledDays2019

Decoupled Days 2019 demo app

Primary LanguageJavaScript

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 git@github.com: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