0.3.0 • Published 5 years ago

react-native-template-vitorverasm-starter v0.3.0

Weekly downloads
56
License
-
Repository
-
Last release
5 years ago

React Native Template

A Starter template for React Native projects.

Usage

Create a new project passing a template:

react-native init [ProjectName] --template vitorverasm-starter

Wait for it to install...

Additional steps for configuration

Execute the following command(on the project folder):

node postInstall.js

or follow this steps...

Scripts

ScriptFunção
releaseGenerates the app release version that will stay in /android/app/build/outputs/apk/release.
debugGenerates the app debug version that will stay in /android/app/build/outputs/apk/debug.
cleanClean gradle cache files.
build:devUses clean, debug to build the app debug version.
build:releaseUses clean, release to build the app release version.
startStarts node dev server(metro).
testRun all tests suites.
test:snapRun all testes and update the snapshots if needed.
test:watchRun tests and watch for changes in tests suites
test:coverageRun all tests and calculate the test coverage which is saved to /coverage/lcov-report/index.html ).
lintRun the linting process for all files inside /src.
lint:fixRun the linting process for all files inside /src and try to fix errors.

Git hooks e coverage

For this project we have git hooks and a coverage checker.

HookDescrição
pre-commitRun lint command
pre-pushRun tests coverage with the conditions adopted in the nyc config(package.json)

Authors

0.3.0

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago