skylinezum / expo-managed-template

Expo.io managed workflow universal app template (mobile, tablet, web)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expo Managed Workflow Template

Directory

  • [./app](Expo App)

How to use

This template is for a managed workflow based expo app. It purposely keeps the root directory open for your choice in backend provider and hosting. (Firebase, Sanity, Netlify, Appsync, etc...)

Install expo-cli

npm i -g expo-cli

Open app directory and install npm packages

cd app
npm i

Start expo dev

expo start

About

Expo.io managed workflow universal app template (mobile, tablet, web)


Languages

Language:TypeScript 98.6%Language:JavaScript 1.4%