/react-native-snackbar

Primary LanguageTypeScriptMIT LicenseMIT

Logger

Requirements

  1. Yarn Package Manager
  2. Node Version Manager

Local development

  1. Run nvm use
  2. Run make setup
  3. Run make build

Tasks

This project uses a makefile to run commands.

Command Description
setup Base first-time install of project locally
build Build the project
build-patch Build the project and increase the patch version
prettier Run ESLint
test Launches the test runner
test-build Check for syntax errors.
help Display a list of commands