8000 GitHub - SuperLeeK/react-native-ota: React native dynamic bundle delivery system like Code Push
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SuperLeeK/react-native-ota

 
 

Repository files navigation

react-native-ota

To React Native ota protect and update ota module.
This module need to react-native-ota-cli.

⚠️ NOTE: This module is currently incomplete.

Getting started

Install

npm install react-native-ota-cli -g

npm install react-native-ota

Setup ( using react-native-ota-cli )

react natie ota cli can modify your code.

  • iOS
    • project.proj
    • AppDelegate.m
  • android
    • app/build.gradle
    • MainApplication.java
ota init;

Setup ( Menually )

iOS

import Ota from "react-native-ota";

Deploy

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

React native dynamic bundle delivery system like Code Push

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 45.7%
  • Java 23.8%
  • C 13.1%
  • JavaScript 10.6%
  • Ruby 5.5%
  • TypeScript 1.2%
  • Swift 0.1%
0