lucasrocali / twitter-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expo Rest Template

Check demo gif

Expo project template with the following features:

Install

expo init --template @rocali/expo-ts-rest-template MyApp

Usage

  • start yarn start
  • run on web yarn web
  • run on ios yarn ios
  • run on android yarn android
  • compile typescript yarn ts
  • lint yarn lf
  • run tests yarn t
  • ci (lint, typescript and tests) yarn ci
  • create new component yarn new-comp NAME
  • create new screen yarn new-screen NAME
  • add screen or component to storybook yarn sbl

Structure

About


Languages

Language:TypeScript 89.5%Language:EJS 6.9%Language:JavaScript 3.6%