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

更新如何屏蔽ios端的说明

This commit is contained in:
sunnylqm
2019-10-25 12:09:21 +08:00
parent eb67431567
commit a69b81502a
2 changed files with 22 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
import { NativeAppEventEmitter, NativeModules } from 'react-native';
const { HotUpdate } = NativeModules;
const { HotUpdate = {} } = NativeModules;
const host = 'https://update.reactnative.cn/api';