Skip to content
This repository has been archived by the owner on Jan 7, 2021. It is now read-only.

React-native starter with ESlint and VS Code settings

License

Notifications You must be signed in to change notification settings

saihaj/saihaj-react-native-starter

Repository files navigation

Continuous Integration

Development Setup

This is a react-native init project. That has eslint and other add-ons that are preset for my projects.

Soon will also add github actions for deployment.

Prerequisites

ESLint is enabled on this project

Available Scripts

npm run <command>

Commands

start:android   Start the Android emulator
start:ios       Start the iOS emulator
start-sims      Start Android and iOS emulators

clean           react-native-clean-project
clean:android   Clean Android build files
clean:ios       Clean iOS build files

lint            ESLint and checks code style
test            Unit + integration tests in watcher mode

install-assets 	Install any changed files in the "assets/" directory
install-pods    Install all the pods for ios

Helpful

Credits

Eslint configurations and npm scripts are inspired from @ShabadOS/mobile