Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save underworld14/520961d2ab7093028fcd7f46f3b93a16 to your computer and use it in GitHub Desktop.
Save underworld14/520961d2ab7093028fcd7f46f3b93a16 to your computer and use it in GitHub Desktop.
Scripts
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.ts,.tsx --fix",
"prettier": "prettier --check '*/**/*.{js,ts,tsx}'",
"prettier:fix": "prettier --write '*/**/*.{js,ts,tsx}'"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment