jsamr's template for react-native libraries
.github/ISSUE_TEMPLATE/bug_report.md→ change reference to library name
- Copy
packages/example-pathto the new package; - Create a new workflow from
.github/workflows/example-path.yml. The name of the workflow must match the name of the folder for that package inpackages/directory. - Add a new entry + flag in
codecov.yml. The flag must match the name of the package inpackages/directory. - In the new package folder, go to the
README.md,example-pathandpackage.jsonand do:
- Replace any instance of
example-projectwith the github path; - Replace any instance of
@jsamr/example-npmwith the npm package name. - Replace any instance of
example-pathwith the folder name hosting the package inpackagesdirectory.
- In the new package folder, go to the
package.json
- Fill the
description - Fill the
keywords
- Repeat the steps from point 4. to the new workflow file you created in step 2.
Run
yarn demo expo upgradeAfter that step, go to the root package.json and in the resolutions field, update any dependency used by the demo.