React Native dynamic bundle delivery via ota like code push
npm install react-native-otaTo React Native ota protect and update ota module.
This module need to react-native-ota-cli.
`` ⚠️ NOTE: This module is currently incomplete. `
`sh
npm install react-native-ota-cli -g
npm install react-native-ota
`
> react natie ota cli can modify your code.
- iOS
- project.proj
- AppDelegate.m
- android
- app/build.gradle
- MainApplication.java
`sh `
ota init;
`js
import Ota from "react-native-ota";
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT