module-boilerplate
How to make
- Clone this project.
- Change project names.
- Add/Remove required modules in "package.json".
- Make your own codes.
- Build library. ($ yarn build)
- Upload to Git.
Is this module for React-Native? Change devDependencies in "package.json" file.
- Remove "@types/react-dom"
- Add "@types/react-native": "^0.61.0"