sloppycoder / crna-cams

CAMS prototype using CRNA
1 stars 6 forks source link
es6 expo javascript react react-native

CAMS app prototype

Prerequisites

Tested with the following components

quick start

# install RN debugger via Homebrew. required by this project
brew update && brew cask install react-native-debugger

# clone this repo.
yarn 

# run in iOS simulator
yarn ios 

# run in Android emulator
yarn android