A custom template that I use to build JS Only Modules for React Native
- Typescript
- Eslint
- Prettier
- Tests
- Codacy Config File
- GitHub Workflow to the package to NPM
- Example Project
There are some steps to help you setup this template for your package.
- Clone this project
- Inside the project's root folder (This folder here), execute the command
node rename.js - Following all the cli steps, your project will be set up with the new data provided
- Enter the
package/folder and executenpm i - Execute
npm run buildto build and create thelib/folder
Just delete the folder (rm -rf example)
Follow the instructions in README.md file from the example/ project folder
Follow the instructions in README.md file from the package/ project folder