@lidio601/react-native-loading-overlay
v1.0.2
Published
A React Native package that provides a LoadingOverlay + HOC + HOOK
Downloads
2
Readme
Logger
Requirements
Local development
- Run
nvm use
- Run
make setup
- 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 |