Closed wadeking98 closed 5 months ago
@andrewwhitehead , @berendsliedrecht , can we get this merged for us to be able to get alpha release for the react native wrapper?
Included binaries in react native package so we have a smoother release cycle without having to wait for a binary release
It is generally not advised to push such big binaries to the NPM registry. Also because it means you download the binaries for all platforms when you install the package rather than just the binary for your platform.
So from my side this would be a No to merging this PR as is. Maybe we can look at creating pre-releases on github, so that we download the binary and not have to include it in the package.
Added github actions to automatically publish alpha versions to npm. Included binaries in react native package so we have a smoother release cycle without having to wait for a binary release
This PR does not effect the usual release cycle, this only adds alpha releases. Normal major releases will still have to be triggered manually