Skip to content

This is a boilerplate of Expo Typescript with jest test configurations.

Notifications You must be signed in to change notification settings

mgallegoavi/Expo-Typescript-Jest-Boilerplate

 
 

Repository files navigation

alt text alt text alt text alt text alt text alt text

expo-typescript-starter

Expo + Typescript starter template

Additional resources:

  • Dev post that explains how to configure Expo, Typescript, ESLint and Prettier.
  • Gist with simplified steps of the Dev post.

Requirements

Installation

  • nvm use
  • npm install
  • npm upgrade --save or npx npm-check-updates -u && npm i to update the app

Development

  • npm start

Expo login

  • expo login

Deployment to Expo

  • expo build:android
  • expo build:ios

About

This is a boilerplate of Expo Typescript with jest test configurations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.0%
  • JavaScript 6.6%
  • Shell 3.4%