You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 theexample
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:
templates/scripts/sync_rn_ts_to_all_templates.sh
The text was updated successfully, but these errors were encountered: