mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-13 17:45:34 +08:00
wrote QueryUpdate and ApplyUpdate tests
This commit is contained in:
17
CodePush.android.js
Normal file
17
CodePush.android.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Stub of UpdateManager for Android.
|
||||
*
|
||||
* @providesModule UpdateManager
|
||||
* @flow
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
var warning = require('warning');
|
||||
|
||||
var CodePush = {
|
||||
test: function() {
|
||||
warning("Not yet implemented for Android.");
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = CodePush;
|
||||
Reference in New Issue
Block a user