diff --git a/index.js b/index.js index 81fa0e2..f123c0c 100644 --- a/index.js +++ b/index.js @@ -8,7 +8,7 @@ import RNFS from 'react-native-fs'; const RNAppUpdate = NativeModules.RNAppUpdate; -const jobId = -1; +let jobId = -1; class AppUpdate { constructor(options) {