Introduction
Welcome to Stallion! An end-to-end testing and deployment framework to manage over the air React Native releases. It is a simplified build sharing and testing system that skips all the tedious hastle of generating a new APK or IPA build everytime you make react native code changes. Once done with testing, the same bundle can be promoted to production to be consumed your users. Sending OTA updates has never been simpler!
Note:
Please read the CLI Docs as well to get a better understanding of complete workflow
Open Source & Contributions
Stallion SDK and CLI are open-source! 🎉 We believe in creating an accessible, collaborative platform that thrives on community contributions.
Contribute:
Interested in helping us improve? Check out our GitHub repository to get started! From feature suggestions to bug fixes, all contributions are welcome.
Features Offered
Stallion is more than just another npm module. It's a complete toolkit designed for superfast OTA updates. Key features include:
- Command Line Tool : Used to create a React Native bundle for a specific version of your code and upload it to Stallion servers along with release notes and other other meta information.
- Mobile SDK : Enables users to download and install a React Native update published by a developer without having to install a new app build(like apk/aab, ipa). Stallion SDK provides an intuitive UX from where a tester can manage and test different versions of your app conveniently. SDK provides an exhaustive API to manage and customise production installation strategies.
- Console : To manage everything related to your app like React Native bundles, adoption analytics, manual rollbacks, organization settings, team members, access control and distribution buckets.