mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-14 02:14:52 +08:00
feedback
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
'use strict';
|
||||
"use strict";
|
||||
|
||||
import { AcquisitionManager as Sdk } from "code-push/script/acquisition-sdk";
|
||||
import { Alert } from "./AlertAdapter";
|
||||
import requestFetchAdapter from "./request-fetch-adapter.js";
|
||||
import semver from "semver";
|
||||
|
||||
const NativeCodePush = require("react-native").NativeModules.CodePush;
|
||||
const PackageMixins = require("./package-mixins")(NativeCodePush);
|
||||
import requestFetchAdapter from "./request-fetch-adapter.js";
|
||||
import { AcquisitionManager as Sdk } from "code-push/script/acquisition-sdk";
|
||||
import semver from "semver";
|
||||
|
||||
async function checkForUpdate(deploymentKey = null) {
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user