-
Type: Improvement
-
Resolution: Fixed
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: None
-
?
-
3970
-
Not Needed
Problem
Currently the publishing steps are being done manually. This should be automated with github actions.
We currently have 4 templates, for JavaScript/TypeScript and Expo/ReactNative, all of which are located in the templates directory. All the template code is being based upon an example application that resides in the example directory. We have created a script which will automatically transfer that code into the template directories and also translates the TypeScript into JavaScript.
The following steps should be accomplished:
- [ ] Copy example code into the templates using templates/scripts/sync_rn_ts_to_all_templates.sh
- [ ] Update the package.json version in each of the templates
- [ ] Create a PR with the changes so far
- [ ] This allows us to manually make updates before releasing
- [ ] When the PR is merged to master, publish all the templates on npm: