1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-31 13:23:12 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

https (+1 squashed commit)

Squashed commits:
[8a28169] https
This commit is contained in:
sunnylqm
2019-04-15 18:04:03 +08:00
parent f6ad543854
commit f4c6991b0b
6 changed files with 42 additions and 57 deletions

View File

@@ -5,7 +5,7 @@
const HotUpdate = require('react-native').NativeModules.HotUpdate;
import {NativeAppEventEmitter} from 'react-native';
let host = 'http://update.reactnative.cn/api';
let host = 'https://update.reactnative.cn/api';
export const downloadRootDir = HotUpdate.downloadRootDir;
export const packageVersion = HotUpdate.packageVersion;