v9.0.0
🚀 @bravemobile/react-native-code-push v9.0.0 Released
This fork of microsoft/react-native-code-push
was developed to enable self-hosting of static resources in light of AppCenter’s retirement.
With version v9.0.0, CodePush deployments can now be managed in a more structured way compared to the previous approach using the updateChecker
function.
- Now, only a few essential pieces of information need to be recorded and handled, reducing the need for an in-depth understanding of the internal workings of the CodePush library.
- Users can still decide how to host their resources according to their specific needs.
- The built-in
npx code-push
CLI tool now provides essential functionality that users previously had to implement manually, making it easier to automate the CodePush release workflow. - New users can set up the library in a slightly more easy way compared to the original
microsoft/react-native-code-push
library.
Please check the migration guide and installation instructions in the README.md.
If you encounter any issues while using the library, feel free to ask questions in the Discussions section.
New Contributors
- @changwoolab made their first contribution in #26
- @dekim1028 made their first contribution in #37
- @john-mayacrew made their first contribution in #46
Full Changelog: v8.3.1...v9.0.0