Skip to content

dimaportenko/expostart-script

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 

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