Skip to content

SunXingZ/react-native-hot-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-hotupdate

Getting started

$ npm install react-native-hotupdate --save

Mostly automatic installation

$ react-native link react-native-hotupdate

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-hotupdate and add RNHotupdate.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNHotupdate.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

import RNHotupdate from 'react-native-hotupdate';

// TODO: What to do with the module?
RNHotupdate;

About

a react-native hot update plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published