Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.22 KB

readme.md

File metadata and controls

58 lines (37 loc) · 1.22 KB

logo.png

Expo with navigation GitHub

Expo Navigation with Apollo boilerplate

Highlights

  • Switch Navigator
  • Stack Navigator
  • Material Bottom tab Navigator
  • Drawer Navigator
  • Ready for GraphQL with Apollo
  • Eslint config
  • Style Components
  • custom Button ready

Install

$ cd expo-multistack
$ yarn install

Prerequisite

  • Android phone with Expo app installed or
  • Android studio with emulator
  • npm install -g expo-cli

Usage

To launch on your local machine

setup your graphql endpoint inside config.js

$ yarn start
# scan the QrCode with your phone on Expo App
# Hit "a" in your Terminal to launch your Android phone emulator

logo.png

logo.png

Maintainers