jsamr's template for react-native libraries
.github/ISSUE_TEMPLATE/bug_report.md
→ change reference to library name
- Copy
packages/example-path
to 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-path
andpackage.json
and do:
- Replace any instance of
example-project
with the github path; - Replace any instance of
@jsamr/example-npm
with the npm package name. - Replace any instance of
example-path
with the folder name hosting the package inpackages
directory.
- 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 upgrade
After that step, go to the root package.json
and in the resolutions
field, update any dependency used by the demo.