Skip to content

dimaportenko/expostart-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create expo project with additional setup


Usage

Add bin to your PATH. Like

export PATH=$PATH:$HOME/scripts/expo/bin

And run

expostart project-name

What's inside

Create expo project with

expo init -t expo-template-blank-typescript

Add eslint, prettier dependecies and config

yarn add -D eslint prettier @react-native-community/eslint-config @typescript-eslint/eslint-plugin eslint-config-prettier

Update .gitignore

# add idea 
.idea

Commit changes to the git

About

basic configuration for expo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published