robert-ngo / DecoupledDays2019

Decoupled Days 2019 demo app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Decoupled Days 2019 demo app


Languages

Language:JavaScript 86.7%Language:Objective-C 6.2%Language:Starlark 3.1%Language:Java 2.9%Language:Ruby 1.1%