-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group packages #614
Comments
Current state of investigations. A prototype to also add these artifact to the github release is visible here : https://github.com/CedricGuillemet/BabylonReactNative-1/blob/master/.github/workflows/append_release.yml Result is a release with each platform/RN version artifact available to download. At installation time, the front end NPM will download the tgz corresponding to its version. 2 things to note: These 2 mecanisms can be added to the BRN front end plugin. |
PR : #615 |
I did a sucessful test using NPM package download instead of GitHub Assets that might be easier to deploy in some environments. What ever is the tech behind this front-end package, it must supports these features:
|
new packages list:
Shall we do the separation between ios/Android and Windows?
The text was updated successfully, but these errors were encountered: