mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-17 19:16:10 +08:00
Compare commits
48 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
ab9c40bf2e | ||
![]() |
d184beabaf | ||
![]() |
68a6235145 | ||
![]() |
a98a48d665 | ||
![]() |
4bf004a274 | ||
![]() |
f01716bcb2 | ||
![]() |
4f9e1495c8 | ||
![]() |
9c06bac91b | ||
![]() |
4923aff184 | ||
![]() |
f6a38c1f48 | ||
![]() |
92cfbb3fdf | ||
![]() |
64ef8e129d | ||
![]() |
ce51b2ca81 | ||
![]() |
6c1662fce1 | ||
![]() |
d9e4575964 | ||
![]() |
190103687c | ||
![]() |
f6f055be64 | ||
![]() |
05e5c5a1a7 | ||
![]() |
296498e20a | ||
![]() |
2a3b8e5707 | ||
![]() |
e86df57476 | ||
![]() |
40b2e9dea0 | ||
![]() |
1afc896306 | ||
![]() |
36533d43c4 | ||
![]() |
e5405b4977 | ||
![]() |
9d93faab31 | ||
![]() |
7229f8847a | ||
![]() |
1daafb0142 | ||
![]() |
c1679a4cea | ||
![]() |
7ab7dffb0f | ||
![]() |
8622935bdf | ||
![]() |
b747b1f356 | ||
![]() |
7752581470 | ||
![]() |
33eb89d2a7 | ||
![]() |
d111bf5a9c | ||
![]() |
23346a5f1d | ||
![]() |
5aca2104c2 | ||
![]() |
fe0a05db3d | ||
![]() |
2b287786ff | ||
![]() |
7d128900cd | ||
![]() |
189e3ec78e | ||
![]() |
821722165a | ||
![]() |
6cb53ac655 | ||
![]() |
7b9a24168a | ||
![]() |
c6354bbedc | ||
![]() |
b53878c291 | ||
![]() |
ab01312f8d | ||
![]() |
44784b6d3e |
29
.eslintrc
29
.eslintrc
@@ -1,29 +1,4 @@
|
|||||||
{
|
{
|
||||||
"extends": "eslint-config-airbnb/base",
|
"root": true,
|
||||||
"parser": "babel-eslint",
|
"extends": "@react-native"
|
||||||
"env": {
|
|
||||||
"browser": true,
|
|
||||||
"node": true,
|
|
||||||
"mocha": true
|
|
||||||
},
|
|
||||||
"rules": {
|
|
||||||
// Disable for console/alert
|
|
||||||
"no-console": 0,
|
|
||||||
"no-alert": 0,
|
|
||||||
|
|
||||||
"indent": [2, 2, {"SwitchCase": 1}]
|
|
||||||
},
|
|
||||||
"plugins": [
|
|
||||||
"import"
|
|
||||||
],
|
|
||||||
"settings": {
|
|
||||||
"import/parser": "babel-eslint",
|
|
||||||
"import/resolve": {
|
|
||||||
"moduleDirectory": ["node_modules", "src"]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"globals": {
|
|
||||||
"__DEV__": true,
|
|
||||||
"__OPTION__": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
presets: ['module:metro-react-native-babel-preset'],
|
presets: ['module:metro-react-native-babel-preset'],
|
||||||
|
env: {
|
||||||
|
production: {
|
||||||
|
plugins: ['react-native-paper/babel'],
|
||||||
|
},
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
@@ -284,17 +284,19 @@ PODS:
|
|||||||
- React-jsinspector (0.69.8)
|
- React-jsinspector (0.69.8)
|
||||||
- React-logger (0.69.8):
|
- React-logger (0.69.8):
|
||||||
- glog
|
- glog
|
||||||
- react-native-update (9.0.0):
|
- react-native-safe-area-context (4.8.2):
|
||||||
|
- React-Core
|
||||||
|
- react-native-update (10.0.0-beta.1):
|
||||||
- React
|
- React
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-update/HDiffPatch (= 9.0.0)
|
- react-native-update/HDiffPatch (= 10.0.0-beta.1)
|
||||||
- react-native-update/RCTPushy (= 9.0.0)
|
- react-native-update/RCTPushy (= 10.0.0-beta.1)
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- react-native-update/HDiffPatch (9.0.0):
|
- react-native-update/HDiffPatch (10.0.0-beta.1):
|
||||||
- React
|
- React
|
||||||
- React-Core
|
- React-Core
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
- react-native-update/RCTPushy (9.0.0):
|
- react-native-update/RCTPushy (10.0.0-beta.1):
|
||||||
- React
|
- React
|
||||||
- React-Core
|
- React-Core
|
||||||
- SSZipArchive
|
- SSZipArchive
|
||||||
@@ -364,6 +366,8 @@ PODS:
|
|||||||
- React-jsi (= 0.69.8)
|
- React-jsi (= 0.69.8)
|
||||||
- React-logger (= 0.69.8)
|
- React-logger (= 0.69.8)
|
||||||
- React-perflogger (= 0.69.8)
|
- React-perflogger (= 0.69.8)
|
||||||
|
- RNVectorIcons (10.0.3):
|
||||||
|
- React-Core
|
||||||
- SocketRocket (0.6.0)
|
- SocketRocket (0.6.0)
|
||||||
- SSZipArchive (2.4.3)
|
- SSZipArchive (2.4.3)
|
||||||
- Yoga (1.14.0)
|
- Yoga (1.14.0)
|
||||||
@@ -414,6 +418,7 @@ DEPENDENCIES:
|
|||||||
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
||||||
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
||||||
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
||||||
|
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
|
||||||
- react-native-update (from `../node_modules/react-native-update`)
|
- react-native-update (from `../node_modules/react-native-update`)
|
||||||
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
|
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
|
||||||
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
||||||
@@ -427,6 +432,7 @@ DEPENDENCIES:
|
|||||||
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
||||||
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
||||||
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
||||||
|
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
|
||||||
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
||||||
|
|
||||||
SPEC REPOS:
|
SPEC REPOS:
|
||||||
@@ -487,6 +493,8 @@ EXTERNAL SOURCES:
|
|||||||
:path: "../node_modules/react-native/ReactCommon/jsinspector"
|
:path: "../node_modules/react-native/ReactCommon/jsinspector"
|
||||||
React-logger:
|
React-logger:
|
||||||
:path: "../node_modules/react-native/ReactCommon/logger"
|
:path: "../node_modules/react-native/ReactCommon/logger"
|
||||||
|
react-native-safe-area-context:
|
||||||
|
:path: "../node_modules/react-native-safe-area-context"
|
||||||
react-native-update:
|
react-native-update:
|
||||||
:path: "../node_modules/react-native-update"
|
:path: "../node_modules/react-native-update"
|
||||||
React-perflogger:
|
React-perflogger:
|
||||||
@@ -513,6 +521,8 @@ EXTERNAL SOURCES:
|
|||||||
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
|
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
|
||||||
ReactCommon:
|
ReactCommon:
|
||||||
:path: "../node_modules/react-native/ReactCommon"
|
:path: "../node_modules/react-native/ReactCommon"
|
||||||
|
RNVectorIcons:
|
||||||
|
:path: "../node_modules/react-native-vector-icons"
|
||||||
Yoga:
|
Yoga:
|
||||||
:path: "../node_modules/react-native/ReactCommon/yoga"
|
:path: "../node_modules/react-native/ReactCommon/yoga"
|
||||||
|
|
||||||
@@ -549,7 +559,8 @@ SPEC CHECKSUMS:
|
|||||||
React-jsiexecutor: 2cf8ea3753afb81dfcc386613dbbb0b5d155fb34
|
React-jsiexecutor: 2cf8ea3753afb81dfcc386613dbbb0b5d155fb34
|
||||||
React-jsinspector: 0eda09e9cf22bbb5dbb1d23143b03a31acf37d67
|
React-jsinspector: 0eda09e9cf22bbb5dbb1d23143b03a31acf37d67
|
||||||
React-logger: 5997ab008583826c10ffe4e1ff990363e975639d
|
React-logger: 5997ab008583826c10ffe4e1ff990363e975639d
|
||||||
react-native-update: 2b5ef06bfeaa668614c8deb7ec4d20dcf56f9278
|
react-native-safe-area-context: 0ee144a6170530ccc37a0fd9388e28d06f516a89
|
||||||
|
react-native-update: 767449a2cf592387b9aecb97980ec0536d72c890
|
||||||
React-perflogger: ad1416a715d86b32f456e5d0aed99c3b52f1de37
|
React-perflogger: ad1416a715d86b32f456e5d0aed99c3b52f1de37
|
||||||
React-RCTActionSheet: cbf7c6a953982562418ee72a1084ff7b9447b558
|
React-RCTActionSheet: cbf7c6a953982562418ee72a1084ff7b9447b558
|
||||||
React-RCTAnimation: 33df3e25824dd7313edec28dded2745542f9352b
|
React-RCTAnimation: 33df3e25824dd7313edec28dded2745542f9352b
|
||||||
@@ -562,6 +573,7 @@ SPEC CHECKSUMS:
|
|||||||
React-RCTVibration: 5462287ee85304ba1a00474665ab292e63a41663
|
React-RCTVibration: 5462287ee85304ba1a00474665ab292e63a41663
|
||||||
React-runtimeexecutor: 9df680f18497367bcf5c15b6b6406c0f2dfa2b6a
|
React-runtimeexecutor: 9df680f18497367bcf5c15b6b6406c0f2dfa2b6a
|
||||||
ReactCommon: c10f046f3ef8561e7c8e7e9b9dae2ecc9ffc48ef
|
ReactCommon: c10f046f3ef8561e7c8e7e9b9dae2ecc9ffc48ef
|
||||||
|
RNVectorIcons: bc7ee28cadf39c77a49232a14738dfce690f66cd
|
||||||
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
|
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
|
||||||
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef
|
SSZipArchive: fe6a26b2a54d5a0890f2567b5cc6de5caa600aef
|
||||||
Yoga: d3820731e0ca3a4933f061ad29defaf7726e3251
|
Yoga: d3820731e0ca3a4933f061ad29defaf7726e3251
|
||||||
@@ -569,4 +581,4 @@ SPEC CHECKSUMS:
|
|||||||
|
|
||||||
PODFILE CHECKSUM: 618d17df10f335f1d113daac849a7997894646b2
|
PODFILE CHECKSUM: 618d17df10f335f1d113daac849a7997894646b2
|
||||||
|
|
||||||
COCOAPODS: 1.11.3
|
COCOAPODS: 1.14.3
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
const path = require('path');
|
const path = require('path');
|
||||||
|
|
||||||
const extraNodeModules = {
|
// const extraNodeModules = {
|
||||||
react: path.resolve(__dirname, 'node_modules/react'),
|
// react: path.resolve(__dirname, 'node_modules/react'),
|
||||||
'react-native': path.resolve(__dirname, 'node_modules/react-native'),
|
// 'react-native': path.resolve(__dirname, 'node_modules/react-native'),
|
||||||
'react-native-update': path.resolve(__dirname, '../..'),
|
// 'react-native-update': path.resolve(__dirname, '../..'),
|
||||||
'@babel/runtime': path.resolve(__dirname, 'node_modules/@babel/runtime'),
|
// '@babel/runtime': path.resolve(__dirname, 'node_modules/@babel/runtime'),
|
||||||
};
|
// };
|
||||||
const watchFolders = [path.resolve(__dirname, '../..')];
|
// const watchFolders = [path.resolve(__dirname, '../..')];
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
transformer: {
|
transformer: {
|
||||||
@@ -17,8 +17,8 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
resolver: {
|
// resolver: {
|
||||||
extraNodeModules,
|
// extraNodeModules,
|
||||||
},
|
// },
|
||||||
watchFolders,
|
// watchFolders,
|
||||||
};
|
};
|
||||||
|
@@ -16,7 +16,10 @@
|
|||||||
"postinstall-postinstall": "^2.1.0",
|
"postinstall-postinstall": "^2.1.0",
|
||||||
"react": "18.0.0",
|
"react": "18.0.0",
|
||||||
"react-native": "0.69.8",
|
"react-native": "0.69.8",
|
||||||
"react-native-update": "link:../.."
|
"react-native-paper": "^5.12.1",
|
||||||
|
"react-native-safe-area-context": "^4.8.2",
|
||||||
|
"react-native-update": "^10.0.2",
|
||||||
|
"react-native-vector-icons": "^10.0.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.21.0",
|
"@babel/core": "^7.21.0",
|
||||||
|
@@ -1,206 +0,0 @@
|
|||||||
import React, {Component} from 'react';
|
|
||||||
import {
|
|
||||||
StyleSheet,
|
|
||||||
Platform,
|
|
||||||
Text,
|
|
||||||
View,
|
|
||||||
Alert,
|
|
||||||
TouchableOpacity,
|
|
||||||
Linking,
|
|
||||||
Image,
|
|
||||||
} from 'react-native';
|
|
||||||
|
|
||||||
import {
|
|
||||||
isFirstTime,
|
|
||||||
isRolledBack,
|
|
||||||
packageVersion,
|
|
||||||
currentVersion,
|
|
||||||
checkUpdate,
|
|
||||||
downloadUpdate,
|
|
||||||
switchVersion,
|
|
||||||
switchVersionLater,
|
|
||||||
markSuccess,
|
|
||||||
downloadAndInstallApk,
|
|
||||||
cInfo,
|
|
||||||
} from 'react-native-update';
|
|
||||||
|
|
||||||
import TestConsole from './TestConsole';
|
|
||||||
|
|
||||||
import _updateConfig from '../update.json';
|
|
||||||
const {appKey} = _updateConfig[Platform.OS];
|
|
||||||
export default class App extends Component {
|
|
||||||
state = {
|
|
||||||
received: 0,
|
|
||||||
total: 0,
|
|
||||||
showTestConsole: false,
|
|
||||||
};
|
|
||||||
componentDidMount() {
|
|
||||||
if (isRolledBack) {
|
|
||||||
Alert.alert('提示', '刚刚更新失败了,版本被回滚.');
|
|
||||||
} else if (isFirstTime) {
|
|
||||||
Alert.alert(
|
|
||||||
'提示',
|
|
||||||
'这是当前版本第一次启动,是否要模拟启动失败?将回滚到上一版本',
|
|
||||||
[
|
|
||||||
{
|
|
||||||
text: '是',
|
|
||||||
onPress: () => {
|
|
||||||
throw new Error('模拟启动失败,请重启应用');
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: '否',
|
|
||||||
onPress: () => {
|
|
||||||
markSuccess();
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
doUpdate = async info => {
|
|
||||||
try {
|
|
||||||
const hash = await downloadUpdate(info, {
|
|
||||||
onDownloadProgress: ({received, total}) => {
|
|
||||||
this.setState({
|
|
||||||
received,
|
|
||||||
total,
|
|
||||||
});
|
|
||||||
},
|
|
||||||
});
|
|
||||||
if (!hash) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Alert.alert('提示', '下载完毕,是否重启应用?', [
|
|
||||||
{
|
|
||||||
text: '是',
|
|
||||||
onPress: () => {
|
|
||||||
switchVersion(hash);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{text: '否'},
|
|
||||||
{
|
|
||||||
text: '下次启动时',
|
|
||||||
onPress: () => {
|
|
||||||
switchVersionLater(hash);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
]);
|
|
||||||
} catch (err) {
|
|
||||||
Alert.alert('更新失败', err.message);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
checkUpdate = async () => {
|
|
||||||
let info;
|
|
||||||
try {
|
|
||||||
info = await checkUpdate(appKey);
|
|
||||||
} catch (err) {
|
|
||||||
Alert.alert('更新检查失败', err.message);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (info.expired) {
|
|
||||||
Alert.alert('提示', '您的应用版本已更新,点击确定下载安装新版本', [
|
|
||||||
{
|
|
||||||
text: '确定',
|
|
||||||
onPress: () => {
|
|
||||||
if (info.downloadUrl) {
|
|
||||||
// apk可直接下载安装
|
|
||||||
if (
|
|
||||||
Platform.OS === 'android' &&
|
|
||||||
info.downloadUrl.endsWith('.apk')
|
|
||||||
) {
|
|
||||||
downloadAndInstallApk({
|
|
||||||
url: info.downloadUrl,
|
|
||||||
onDownloadProgress: ({received, total}) => {
|
|
||||||
this.setState({
|
|
||||||
received,
|
|
||||||
total,
|
|
||||||
});
|
|
||||||
},
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
Linking.openURL(info.downloadUrl);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
|
||||||
]);
|
|
||||||
} else if (info.upToDate) {
|
|
||||||
Alert.alert('提示', '您的应用版本已是最新.');
|
|
||||||
} else {
|
|
||||||
Alert.alert(
|
|
||||||
'提示',
|
|
||||||
'检查到新的版本' + info.name + ',是否下载?\n' + info.description,
|
|
||||||
[
|
|
||||||
{
|
|
||||||
text: '是',
|
|
||||||
onPress: () => {
|
|
||||||
this.doUpdate(info);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{text: '否'},
|
|
||||||
],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
render() {
|
|
||||||
const {received, total, showTestConsole} = this.state;
|
|
||||||
return (
|
|
||||||
<View style={styles.container}>
|
|
||||||
<Text style={styles.welcome}>欢迎使用热更新服务</Text>
|
|
||||||
<Image
|
|
||||||
resizeMode={'contain'}
|
|
||||||
source={require('./assets/shezhi.png')}
|
|
||||||
style={styles.image}
|
|
||||||
/>
|
|
||||||
<Text style={styles.instructions}>
|
|
||||||
这是版本一 {'\n'}
|
|
||||||
当前原生包版本号: {packageVersion}
|
|
||||||
{'\n'}
|
|
||||||
当前热更新版本Hash: {currentVersion || '(空)'}
|
|
||||||
{'\n'}
|
|
||||||
</Text>
|
|
||||||
<Text>
|
|
||||||
下载进度:{received} / {total}
|
|
||||||
</Text>
|
|
||||||
<TouchableOpacity onPress={this.checkUpdate}>
|
|
||||||
<Text style={styles.instructions}>点击这里检查更新</Text>
|
|
||||||
</TouchableOpacity>
|
|
||||||
|
|
||||||
<TouchableOpacity
|
|
||||||
testID="testcase"
|
|
||||||
style={{marginTop: 15}}
|
|
||||||
onLongPress={() => {
|
|
||||||
this.setState({showTestConsole: true});
|
|
||||||
}}>
|
|
||||||
<Text style={styles.instructions}>
|
|
||||||
react-native-update版本:{cInfo.pushy}
|
|
||||||
</Text>
|
|
||||||
</TouchableOpacity>
|
|
||||||
<TestConsole visible={showTestConsole} />
|
|
||||||
</View>
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
|
||||||
container: {
|
|
||||||
flex: 1,
|
|
||||||
justifyContent: 'center',
|
|
||||||
alignItems: 'center',
|
|
||||||
backgroundColor: '#F5FCFF',
|
|
||||||
},
|
|
||||||
welcome: {
|
|
||||||
fontSize: 20,
|
|
||||||
textAlign: 'center',
|
|
||||||
margin: 10,
|
|
||||||
},
|
|
||||||
instructions: {
|
|
||||||
textAlign: 'center',
|
|
||||||
color: '#333333',
|
|
||||||
marginBottom: 5,
|
|
||||||
},
|
|
||||||
image: {},
|
|
||||||
});
|
|
166
Example/testHotUpdate/src/index.tsx
Normal file
166
Example/testHotUpdate/src/index.tsx
Normal file
@@ -0,0 +1,166 @@
|
|||||||
|
import React, {useState} from 'react';
|
||||||
|
import {
|
||||||
|
StyleSheet,
|
||||||
|
Platform,
|
||||||
|
Text,
|
||||||
|
View,
|
||||||
|
TouchableOpacity,
|
||||||
|
Image,
|
||||||
|
Switch,
|
||||||
|
} from 'react-native';
|
||||||
|
import {Icon, PaperProvider, Snackbar, Banner} from 'react-native-paper';
|
||||||
|
|
||||||
|
import TestConsole from './TestConsole';
|
||||||
|
|
||||||
|
import _updateConfig from '../update.json';
|
||||||
|
import {PushyProvider, Pushy, usePushy} from 'react-native-update';
|
||||||
|
const {appKey} = _updateConfig[Platform.OS];
|
||||||
|
|
||||||
|
function App() {
|
||||||
|
const {
|
||||||
|
client,
|
||||||
|
checkUpdate,
|
||||||
|
downloadUpdate,
|
||||||
|
switchVersionLater,
|
||||||
|
switchVersion,
|
||||||
|
updateInfo,
|
||||||
|
packageVersion,
|
||||||
|
currentHash,
|
||||||
|
progress: {received, total} = {},
|
||||||
|
} = usePushy();
|
||||||
|
const [useDefaultAlert, setUseDefaultAlert] = useState(true);
|
||||||
|
const [showTestConsole, setShowTestConsole] = useState(false);
|
||||||
|
const [showUpdateBanner, setShowUpdateBanner] = useState(false);
|
||||||
|
const [showUpdateSnackbar, setShowUpdateSnackbar] = useState(false);
|
||||||
|
const snackbarVisible =
|
||||||
|
!useDefaultAlert && showUpdateSnackbar && updateInfo?.update;
|
||||||
|
|
||||||
|
return (
|
||||||
|
<View style={styles.container}>
|
||||||
|
<Text style={styles.welcome}>欢迎使用Pushy热更新服务</Text>
|
||||||
|
<View style={{flexDirection: 'row'}}>
|
||||||
|
<Text>
|
||||||
|
{useDefaultAlert ? '当前使用' : '当前不使用'}默认的alert更新提示
|
||||||
|
</Text>
|
||||||
|
<Switch
|
||||||
|
value={useDefaultAlert}
|
||||||
|
onValueChange={v => {
|
||||||
|
setUseDefaultAlert(v);
|
||||||
|
client?.setOptions({
|
||||||
|
useAlert: v,
|
||||||
|
});
|
||||||
|
setShowUpdateSnackbar(!v);
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
<Image
|
||||||
|
resizeMode={'contain'}
|
||||||
|
source={require('./assets/shezhi.png')}
|
||||||
|
style={styles.image}
|
||||||
|
/>
|
||||||
|
<Text style={styles.instructions}>
|
||||||
|
这是版本一 {'\n'}
|
||||||
|
当前原生包版本号: {packageVersion}
|
||||||
|
{'\n'}
|
||||||
|
当前热更新版本Hash: {currentHash || '(空)'}
|
||||||
|
{'\n'}
|
||||||
|
</Text>
|
||||||
|
<Text>
|
||||||
|
下载进度:{received} / {total}
|
||||||
|
</Text>
|
||||||
|
<TouchableOpacity
|
||||||
|
onPress={() => {
|
||||||
|
checkUpdate();
|
||||||
|
setShowUpdateSnackbar(true);
|
||||||
|
}}>
|
||||||
|
<Text style={styles.instructions}>点击这里检查更新</Text>
|
||||||
|
</TouchableOpacity>
|
||||||
|
|
||||||
|
<TouchableOpacity
|
||||||
|
testID="testcase"
|
||||||
|
style={{marginTop: 15}}
|
||||||
|
onLongPress={() => {
|
||||||
|
setShowTestConsole(true);
|
||||||
|
}}>
|
||||||
|
<Text style={styles.instructions}>
|
||||||
|
react-native-update版本:{client?.version}
|
||||||
|
</Text>
|
||||||
|
</TouchableOpacity>
|
||||||
|
<TestConsole visible={showTestConsole} />
|
||||||
|
{snackbarVisible && (
|
||||||
|
<Snackbar
|
||||||
|
visible={snackbarVisible}
|
||||||
|
onDismiss={() => {
|
||||||
|
setShowUpdateSnackbar(false);
|
||||||
|
}}
|
||||||
|
action={{
|
||||||
|
label: '更新',
|
||||||
|
onPress: async () => {
|
||||||
|
setShowUpdateSnackbar(false);
|
||||||
|
await downloadUpdate();
|
||||||
|
setShowUpdateBanner(true);
|
||||||
|
},
|
||||||
|
}}>
|
||||||
|
<Text style={{color: 'white'}}>
|
||||||
|
有新版本({updateInfo.name})可用,是否更新?
|
||||||
|
</Text>
|
||||||
|
</Snackbar>
|
||||||
|
)}
|
||||||
|
<Banner
|
||||||
|
style={{width: '100%', position: 'absolute', top: 0}}
|
||||||
|
visible={showUpdateBanner}
|
||||||
|
actions={[
|
||||||
|
{
|
||||||
|
label: '立即重启',
|
||||||
|
onPress: switchVersion,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: '下次再说',
|
||||||
|
onPress: () => {
|
||||||
|
switchVersionLater();
|
||||||
|
setShowUpdateBanner(false);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
]}
|
||||||
|
icon={({size}) => (
|
||||||
|
<Icon name="checkcircleo" size={size} color="#00f" />
|
||||||
|
)}>
|
||||||
|
更新已完成,是否立即重启?
|
||||||
|
</Banner>
|
||||||
|
</View>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
const styles = StyleSheet.create({
|
||||||
|
container: {
|
||||||
|
flex: 1,
|
||||||
|
justifyContent: 'center',
|
||||||
|
alignItems: 'center',
|
||||||
|
backgroundColor: '#F5FCFF',
|
||||||
|
},
|
||||||
|
welcome: {
|
||||||
|
fontSize: 20,
|
||||||
|
textAlign: 'center',
|
||||||
|
margin: 10,
|
||||||
|
},
|
||||||
|
instructions: {
|
||||||
|
textAlign: 'center',
|
||||||
|
color: '#333333',
|
||||||
|
marginBottom: 5,
|
||||||
|
},
|
||||||
|
image: {},
|
||||||
|
});
|
||||||
|
|
||||||
|
const pushyClient = new Pushy({
|
||||||
|
appKey,
|
||||||
|
});
|
||||||
|
|
||||||
|
export default function Root() {
|
||||||
|
return (
|
||||||
|
<PushyProvider client={pushyClient}>
|
||||||
|
<PaperProvider>
|
||||||
|
<App />
|
||||||
|
</PaperProvider>
|
||||||
|
</PushyProvider>
|
||||||
|
);
|
||||||
|
}
|
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"ios": {
|
"ios": {
|
||||||
"appId": 10976,
|
"appId": 24794,
|
||||||
"appKey": "p5q_rPYNOE0WdCf-i9ZCGPw-DUGUCMvY"
|
"appKey": "SqShg4Klnj2hG6LAFMW2PdcgSSuniz0T"
|
||||||
},
|
},
|
||||||
"android": {
|
"android": {
|
||||||
"appId": 10977,
|
"appId": 27509,
|
||||||
"appKey": "bUYKfZgtC9VirZsQbAt8qken2Gq2uxe3"
|
"appKey": "aQz3Uc2pA7gt_prDaQ4rbWRY"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -9,6 +9,19 @@ def isNewArchitectureEnabled() {
|
|||||||
return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
|
return project.hasProperty("newArchEnabled") && project.newArchEnabled == "true"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def supportsNamespace() {
|
||||||
|
def parsed = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION.tokenize('.')
|
||||||
|
def major = parsed[0].toInteger()
|
||||||
|
def minor = parsed[1].toInteger()
|
||||||
|
|
||||||
|
// Namespace support was added in 7.3.0
|
||||||
|
if (major == 7 && minor >= 3) {
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
return major >= 8
|
||||||
|
}
|
||||||
|
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
if (isNewArchitectureEnabled()) {
|
if (isNewArchitectureEnabled()) {
|
||||||
apply plugin: 'com.facebook.react'
|
apply plugin: 'com.facebook.react'
|
||||||
@@ -16,6 +29,16 @@ if (isNewArchitectureEnabled()) {
|
|||||||
|
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
||||||
|
if (supportsNamespace()) {
|
||||||
|
namespace "cn.reactnative.modules.update"
|
||||||
|
|
||||||
|
sourceSets {
|
||||||
|
main {
|
||||||
|
manifest.srcFile "src/main/AndroidManifestNew.xml"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
compileSdkVersion safeExtGet('compileSdkVersion', 28)
|
compileSdkVersion safeExtGet('compileSdkVersion', 28)
|
||||||
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
|
buildToolsVersion safeExtGet('buildToolsVersion', '28.0.3')
|
||||||
|
|
||||||
|
1
android/proguard.pro
vendored
1
android/proguard.pro
vendored
@@ -1,2 +1,3 @@
|
|||||||
-keepnames class cn.reactnative.modules.update.DownloadTask { *; }
|
-keepnames class cn.reactnative.modules.update.DownloadTask { *; }
|
||||||
|
-keepnames class cn.reactnative.modules.update.UpdateModuleImpl { *; }
|
||||||
-keepnames class com.facebook.react.ReactInstanceManager { *; }
|
-keepnames class com.facebook.react.ReactInstanceManager { *; }
|
@@ -1,9 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="cn.reactnative.modules.update">
|
package="cn.reactnative.modules.update">
|
||||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
|
||||||
|
|
||||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
||||||
<application>
|
<application>
|
||||||
<meta-data android:name="pushy_build_time" android:value="@string/pushy_build_time" />
|
<meta-data android:name="pushy_build_time" android:value="@string/pushy_build_time" />
|
||||||
<provider
|
<provider
|
||||||
|
14
android/src/main/AndroidManifestNew.xml
Normal file
14
android/src/main/AndroidManifestNew.xml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<application>
|
||||||
|
<meta-data android:name="pushy_build_time" android:value="@string/pushy_build_time" />
|
||||||
|
<provider
|
||||||
|
android:name=".PushyFileProvider"
|
||||||
|
android:authorities="${applicationId}.pushy.fileprovider"
|
||||||
|
android:exported="false"
|
||||||
|
android:grantUriPermissions="true">
|
||||||
|
<meta-data
|
||||||
|
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||||
|
android:resource="@xml/pushy_file_paths" />
|
||||||
|
</provider>
|
||||||
|
</application>
|
||||||
|
</manifest>
|
@@ -237,19 +237,7 @@ class DownloadTask extends AsyncTask<DownloadTaskParams, long[], Void> {
|
|||||||
while (entries.hasMoreElements()) {
|
while (entries.hasMoreElements()) {
|
||||||
ZipEntry ze = entries.nextElement();
|
ZipEntry ze = entries.nextElement();
|
||||||
|
|
||||||
String fn = ze.getName();
|
zipFile.unzipToPath(ze, param.unzipDirectory);
|
||||||
File fmd = new File(param.unzipDirectory, fn);
|
|
||||||
|
|
||||||
if (UpdateContext.DEBUG) {
|
|
||||||
Log.d("RNUpdate", "Unzipping " + fn);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ze.isDirectory()) {
|
|
||||||
fmd.mkdirs();
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
zipFile.unzipToFile(ze, fmd);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
zipFile.close();
|
zipFile.close();
|
||||||
@@ -324,8 +312,15 @@ class DownloadTask extends AsyncTask<DownloadTaskParams, long[], Void> {
|
|||||||
} else {
|
} else {
|
||||||
target = copyList.get((from));
|
target = copyList.get((from));
|
||||||
}
|
}
|
||||||
target.add(new File(param.unzipDirectory, to));
|
File toFile = new File(param.unzipDirectory, to);
|
||||||
//copyFromResource(from, new File(param.unzipDirectory, to));
|
|
||||||
|
// Fixing a Zip Path Traversal Vulnerability
|
||||||
|
// https://support.google.com/faqs/answer/9294009
|
||||||
|
String canonicalPath = toFile.getCanonicalPath();
|
||||||
|
if (!canonicalPath.startsWith(param.unzipDirectory.getCanonicalPath() + File.separator)) {
|
||||||
|
throw new SecurityException("Illegal name: " + to);
|
||||||
|
}
|
||||||
|
target.add(toFile);
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
@@ -339,18 +334,9 @@ class DownloadTask extends AsyncTask<DownloadTaskParams, long[], Void> {
|
|||||||
fout.close();
|
fout.close();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
File fmd = new File(param.unzipDirectory, fn);
|
|
||||||
|
|
||||||
if (UpdateContext.DEBUG) {
|
|
||||||
Log.d("RNUpdate", "Unzipping " + fn);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ze.isDirectory()) {
|
zipFile.unzipToPath(ze, param.unzipDirectory);
|
||||||
fmd.mkdirs();
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
zipFile.unzipToFile(ze, fmd);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
zipFile.close();
|
zipFile.close();
|
||||||
@@ -419,18 +405,8 @@ class DownloadTask extends AsyncTask<DownloadTaskParams, long[], Void> {
|
|||||||
fout.close();
|
fout.close();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
File fmd = new File(param.unzipDirectory, fn);
|
|
||||||
|
|
||||||
if (UpdateContext.DEBUG) {
|
zipFile.unzipToPath(ze, param.unzipDirectory);
|
||||||
Log.d("RNUpdate", "Unzipping " + fn);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ze.isDirectory()) {
|
|
||||||
fmd.mkdirs();
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
zipFile.unzipToFile(ze, fmd);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
zipFile.close();
|
zipFile.close();
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
package cn.reactnative.modules.update;
|
package cn.reactnative.modules.update;
|
||||||
|
|
||||||
|
import android.util.Log;
|
||||||
|
|
||||||
import java.io.BufferedInputStream;
|
import java.io.BufferedInputStream;
|
||||||
import java.io.BufferedOutputStream;
|
import java.io.BufferedOutputStream;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
@@ -10,12 +12,15 @@ import java.util.Enumeration;
|
|||||||
import java.util.zip.ZipEntry;
|
import java.util.zip.ZipEntry;
|
||||||
import java.util.zip.ZipFile;
|
import java.util.zip.ZipFile;
|
||||||
|
|
||||||
|
|
||||||
public class SafeZipFile extends ZipFile {
|
public class SafeZipFile extends ZipFile {
|
||||||
|
|
||||||
public SafeZipFile(File file) throws IOException {
|
public SafeZipFile(File file) throws IOException {
|
||||||
super(file);
|
super(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private static final int BUFFER_SIZE = 8192;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Enumeration<? extends ZipEntry> entries() {
|
public Enumeration<? extends ZipEntry> entries() {
|
||||||
return new SafeZipEntryIterator(super.entries());
|
return new SafeZipEntryIterator(super.entries());
|
||||||
@@ -43,40 +48,46 @@ public class SafeZipFile extends ZipFile {
|
|||||||
* avoid ZipperDown
|
* avoid ZipperDown
|
||||||
*/
|
*/
|
||||||
if (null != name && (name.contains("../") || name.contains("..\\"))) {
|
if (null != name && (name.contains("../") || name.contains("..\\"))) {
|
||||||
throw new SecurityException("illegal entry: " + entry.getName());
|
throw new SecurityException("illegal entry: " + name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return entry;
|
return entry;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void unzipToFile(ZipEntry entry, File output) throws IOException {
|
public void unzipToPath(ZipEntry ze, File targetPath) throws IOException {
|
||||||
InputStream inputStream = null;
|
String name = ze.getName();
|
||||||
try {
|
File target = new File(targetPath, name);
|
||||||
inputStream = getInputStream(entry);
|
|
||||||
writeOutInputStream(output, inputStream);
|
// Fixing a Zip Path Traversal Vulnerability
|
||||||
} finally {
|
// https://support.google.com/faqs/answer/9294009
|
||||||
if (inputStream != null) {
|
String canonicalPath = target.getCanonicalPath();
|
||||||
inputStream.close();
|
if (!canonicalPath.startsWith(targetPath.getCanonicalPath() + File.separator)) {
|
||||||
|
throw new SecurityException("Illegal name: " + name);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (UpdateContext.DEBUG) {
|
||||||
|
Log.d("RNUpdate", "Unzipping " + name);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (ze.isDirectory()) {
|
||||||
|
target.mkdirs();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
unzipToFile(ze, target);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void unzipToFile(ZipEntry ze, File target) throws IOException {
|
||||||
|
try (InputStream inputStream = getInputStream(ze)) {
|
||||||
|
try (BufferedOutputStream output = new BufferedOutputStream(new FileOutputStream(target));
|
||||||
|
BufferedInputStream input = new BufferedInputStream(inputStream)) {
|
||||||
|
byte[] buffer = new byte[BUFFER_SIZE];
|
||||||
|
int n;
|
||||||
|
while ((n = input.read(buffer, 0, BUFFER_SIZE)) >= 0) {
|
||||||
|
output.write(buffer, 0, n);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void writeOutInputStream(File file, InputStream inputStream) throws IOException {
|
|
||||||
BufferedOutputStream output = null;
|
|
||||||
try {
|
|
||||||
output = new BufferedOutputStream(
|
|
||||||
new FileOutputStream(file));
|
|
||||||
BufferedInputStream input = new BufferedInputStream(inputStream);
|
|
||||||
byte b[] = new byte[8192];
|
|
||||||
int n;
|
|
||||||
while ((n = input.read(b, 0, 8192)) >= 0) {
|
|
||||||
output.write(b, 0, n);
|
|
||||||
}
|
|
||||||
} finally {
|
|
||||||
if (output != null) {
|
|
||||||
output.close();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
@@ -57,7 +57,7 @@ public class UpdateModule extends NativeUpdateSpec {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void downloadFullUpdate(ReadableMap options, final Promise promise) {
|
public void downloadFullUpdate(ReadableMap options, final Promise promise) {
|
||||||
UpdateModuleImpl.downloadFullUpdate(this.updateContext,options,promise);
|
UpdateModuleImpl.downloadFullUpdate(this.updateContext,options,promise);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
103
lib/endpoint.ts
103
lib/endpoint.ts
@@ -1,103 +0,0 @@
|
|||||||
let currentEndpoint = 'https://update.react-native.cn/api';
|
|
||||||
|
|
||||||
function ping(url: string, rejectImmediate?: boolean) {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
const xhr = new XMLHttpRequest();
|
|
||||||
xhr.onreadystatechange = (e) => {
|
|
||||||
if (xhr.readyState !== 4) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (xhr.status === 200) {
|
|
||||||
resolve(url);
|
|
||||||
} else {
|
|
||||||
rejectImmediate ? reject() : setTimeout(reject, 5000);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
xhr.open('HEAD', url);
|
|
||||||
xhr.send();
|
|
||||||
xhr.timeout = 5000;
|
|
||||||
xhr.ontimeout = reject;
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function logger(...args: any[]) {
|
|
||||||
console.log('Pushy: ', ...args);
|
|
||||||
}
|
|
||||||
|
|
||||||
let backupEndpoints: string[] = [];
|
|
||||||
let backupEndpointsQueryUrl: string | null =
|
|
||||||
'https://cdn.jsdelivr.net/gh/reactnativecn/react-native-pushy@master/endpoints.json';
|
|
||||||
|
|
||||||
export async function tryBackupEndpoints() {
|
|
||||||
if (!backupEndpoints.length && !backupEndpointsQueryUrl) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
try {
|
|
||||||
await ping(getStatusUrl(), true);
|
|
||||||
logger('current endpoint ok', currentEndpoint);
|
|
||||||
return;
|
|
||||||
} catch (e) {
|
|
||||||
logger('current endpoint failed', currentEndpoint);
|
|
||||||
}
|
|
||||||
if (!backupEndpoints.length && backupEndpointsQueryUrl) {
|
|
||||||
try {
|
|
||||||
const resp = await fetch(backupEndpointsQueryUrl);
|
|
||||||
backupEndpoints = await resp.json();
|
|
||||||
logger('get remote endpoints:', backupEndpoints);
|
|
||||||
} catch (e) {
|
|
||||||
logger('get remote endpoints failed');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
await pickFatestAvailableEndpoint();
|
|
||||||
}
|
|
||||||
|
|
||||||
async function pickFatestAvailableEndpoint(endpoints = backupEndpoints) {
|
|
||||||
const fastestEndpoint = await Promise.race(
|
|
||||||
endpoints.map(pingAndReturnEndpoint),
|
|
||||||
);
|
|
||||||
if (typeof fastestEndpoint === 'string') {
|
|
||||||
logger(`pick endpoint: ${fastestEndpoint}`);
|
|
||||||
currentEndpoint = fastestEndpoint;
|
|
||||||
} else {
|
|
||||||
logger('all remote endpoints failed');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
async function pingAndReturnEndpoint(endpoint = currentEndpoint) {
|
|
||||||
return ping(getStatusUrl(endpoint)).then(() => endpoint);
|
|
||||||
}
|
|
||||||
|
|
||||||
function getStatusUrl(endpoint = currentEndpoint) {
|
|
||||||
return `${endpoint}/status`;
|
|
||||||
}
|
|
||||||
|
|
||||||
export function getCheckUrl(APPKEY, endpoint = currentEndpoint) {
|
|
||||||
return `${endpoint}/checkUpdate/${APPKEY}`;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @param {string} main - The main api endpoint
|
|
||||||
* @param {string[]} [backups] - The back up endpoints.
|
|
||||||
* @param {string} [backupQueryUrl] - An url that return a json file containing an array of endpoint.
|
|
||||||
* like: ["https://backup.api/1", "https://backup.api/2"]
|
|
||||||
*/
|
|
||||||
export function setCustomEndpoints({
|
|
||||||
main,
|
|
||||||
backups,
|
|
||||||
backupQueryUrl,
|
|
||||||
}: {
|
|
||||||
main: string;
|
|
||||||
backups?: string[];
|
|
||||||
backupQueryUrl?: string;
|
|
||||||
}) {
|
|
||||||
currentEndpoint = main;
|
|
||||||
backupEndpointsQueryUrl = null;
|
|
||||||
if (Array.isArray(backups) && backups.length > 0) {
|
|
||||||
backupEndpoints = backups;
|
|
||||||
pickFatestAvailableEndpoint();
|
|
||||||
}
|
|
||||||
if (typeof backupQueryUrl === 'string') {
|
|
||||||
backupEndpointsQueryUrl = backupQueryUrl;
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,2 +0,0 @@
|
|||||||
export * from './main';
|
|
||||||
export * from './simpleUpdate';
|
|
@@ -1,18 +0,0 @@
|
|||||||
export const downloadRootDir = '';
|
|
||||||
export const packageVersion = '';
|
|
||||||
export const currentVersion = '';
|
|
||||||
export const isFirstTime = false;
|
|
||||||
export const isRolledBack = false;
|
|
||||||
|
|
||||||
const noop = () => {};
|
|
||||||
|
|
||||||
export const checkUpdate = noop;
|
|
||||||
export const downloadUpdate = noop;
|
|
||||||
export const switchVersion = noop;
|
|
||||||
export const switchVersionLater = noop;
|
|
||||||
export const markSuccess = noop;
|
|
||||||
export const downloadAndInstallApk = noop;
|
|
||||||
export const setCustomEndpoints = noop;
|
|
||||||
export const getCurrentVersionInfo = noop;
|
|
||||||
export const simpleUpdate = noop;
|
|
||||||
export const onEvents = noop;
|
|
389
lib/main.ts
389
lib/main.ts
@@ -1,389 +0,0 @@
|
|||||||
import {
|
|
||||||
tryBackupEndpoints,
|
|
||||||
getCheckUrl,
|
|
||||||
setCustomEndpoints,
|
|
||||||
} from './endpoint';
|
|
||||||
import {
|
|
||||||
NativeEventEmitter,
|
|
||||||
NativeModules,
|
|
||||||
Platform,
|
|
||||||
PermissionsAndroid,
|
|
||||||
} from 'react-native';
|
|
||||||
import {
|
|
||||||
CheckResult,
|
|
||||||
EventType,
|
|
||||||
ProgressData,
|
|
||||||
UpdateAvailableResult,
|
|
||||||
UpdateEventsListener,
|
|
||||||
} from './type';
|
|
||||||
export { setCustomEndpoints };
|
|
||||||
const {
|
|
||||||
version: v,
|
|
||||||
} = require('react-native/Libraries/Core/ReactNativeVersion');
|
|
||||||
const RNVersion = `${v.major}.${v.minor}.${v.patch}`;
|
|
||||||
const isTurboModuleEnabled = global.__turboModuleProxy != null;
|
|
||||||
|
|
||||||
export const PushyModule = isTurboModuleEnabled
|
|
||||||
? require('./NativeUpdate').default
|
|
||||||
: NativeModules.Pushy;
|
|
||||||
|
|
||||||
if (!PushyModule) {
|
|
||||||
throw new Error('react-native-update模块无法加载,请对照安装文档检查配置。');
|
|
||||||
}
|
|
||||||
const PushyConstants = isTurboModuleEnabled
|
|
||||||
? PushyModule.getConstants()
|
|
||||||
: PushyModule;
|
|
||||||
|
|
||||||
export const downloadRootDir = PushyConstants.downloadRootDir;
|
|
||||||
export const packageVersion = PushyConstants.packageVersion;
|
|
||||||
export const currentVersion = PushyConstants.currentVersion;
|
|
||||||
export const isFirstTime = PushyConstants.isFirstTime;
|
|
||||||
const rolledBackVersion = PushyConstants.rolledBackVersion;
|
|
||||||
export const isRolledBack = typeof rolledBackVersion === 'string';
|
|
||||||
|
|
||||||
export const buildTime = PushyConstants.buildTime;
|
|
||||||
let blockUpdate = PushyConstants.blockUpdate;
|
|
||||||
let uuid = PushyConstants.uuid;
|
|
||||||
|
|
||||||
if (Platform.OS === 'android' && !PushyConstants.isUsingBundleUrl) {
|
|
||||||
throw new Error(
|
|
||||||
'react-native-update模块无法加载,请对照文档检查Bundle URL的配置',
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
function setLocalHashInfo(hash: string, info: Record<string, any>) {
|
|
||||||
PushyModule.setLocalHashInfo(hash, JSON.stringify(info));
|
|
||||||
}
|
|
||||||
|
|
||||||
async function getLocalHashInfo(hash: string) {
|
|
||||||
return JSON.parse(await PushyModule.getLocalHashInfo(hash));
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function getCurrentVersionInfo(): Promise<{
|
|
||||||
name?: string;
|
|
||||||
description?: string;
|
|
||||||
metaInfo?: string;
|
|
||||||
}> {
|
|
||||||
return currentVersion ? (await getLocalHashInfo(currentVersion)) || {} : {};
|
|
||||||
}
|
|
||||||
|
|
||||||
const eventEmitter = new NativeEventEmitter(PushyModule);
|
|
||||||
|
|
||||||
if (!uuid) {
|
|
||||||
uuid = require('nanoid/non-secure').nanoid();
|
|
||||||
PushyModule.setUuid(uuid);
|
|
||||||
}
|
|
||||||
|
|
||||||
function logger(...args: string[]) {
|
|
||||||
console.log('Pushy: ', ...args);
|
|
||||||
}
|
|
||||||
|
|
||||||
const noop = () => {};
|
|
||||||
let reporter: UpdateEventsListener = noop;
|
|
||||||
|
|
||||||
export function onEvents(customReporter: UpdateEventsListener) {
|
|
||||||
reporter = customReporter;
|
|
||||||
if (isRolledBack) {
|
|
||||||
report({
|
|
||||||
type: 'rollback',
|
|
||||||
data: {
|
|
||||||
rolledBackVersion,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function report({
|
|
||||||
type,
|
|
||||||
message = '',
|
|
||||||
data = {},
|
|
||||||
}: {
|
|
||||||
type: EventType;
|
|
||||||
message?: string;
|
|
||||||
data?: Record<string, string | number>;
|
|
||||||
}) {
|
|
||||||
logger(type + ' ' + message);
|
|
||||||
reporter({
|
|
||||||
type,
|
|
||||||
data: {
|
|
||||||
currentVersion,
|
|
||||||
cInfo,
|
|
||||||
packageVersion,
|
|
||||||
buildTime,
|
|
||||||
message,
|
|
||||||
...data,
|
|
||||||
},
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
logger('uuid: ' + uuid);
|
|
||||||
|
|
||||||
export const cInfo = {
|
|
||||||
pushy: require('../package.json').version,
|
|
||||||
rn: RNVersion,
|
|
||||||
os: Platform.OS + ' ' + Platform.Version,
|
|
||||||
uuid,
|
|
||||||
};
|
|
||||||
|
|
||||||
function assertRelease() {
|
|
||||||
if (__DEV__) {
|
|
||||||
throw new Error('react-native-update 只能在 RELEASE 版本中运行.');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
let lastChecking = Date.now();
|
|
||||||
export async function checkUpdate(APPKEY: string, isRetry?: boolean) {
|
|
||||||
assertRelease();
|
|
||||||
const now = Date.now();
|
|
||||||
if (now - lastChecking < 1000 * 5) {
|
|
||||||
logger('repeated checking, ignored');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
lastChecking = now;
|
|
||||||
if (blockUpdate && blockUpdate.until > Date.now() / 1000) {
|
|
||||||
report({
|
|
||||||
type: 'errorChecking',
|
|
||||||
message: `热更新已暂停,原因:${blockUpdate.reason}。请在"${new Date(
|
|
||||||
blockUpdate.until * 1000,
|
|
||||||
).toLocaleString()}"之后重试。`,
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
report({ type: 'checking' });
|
|
||||||
let resp;
|
|
||||||
try {
|
|
||||||
resp = await fetch(getCheckUrl(APPKEY), {
|
|
||||||
method: 'POST',
|
|
||||||
headers: {
|
|
||||||
Accept: 'application/json',
|
|
||||||
'Content-Type': 'application/json',
|
|
||||||
},
|
|
||||||
body: JSON.stringify({
|
|
||||||
packageVersion,
|
|
||||||
hash: currentVersion,
|
|
||||||
buildTime,
|
|
||||||
cInfo,
|
|
||||||
}),
|
|
||||||
});
|
|
||||||
} catch (e) {
|
|
||||||
if (isRetry) {
|
|
||||||
report({
|
|
||||||
type: 'errorChecking',
|
|
||||||
message: '无法连接更新服务器,请检查网络连接后重试',
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
await tryBackupEndpoints();
|
|
||||||
return checkUpdate(APPKEY, true);
|
|
||||||
}
|
|
||||||
const result: CheckResult = await resp.json();
|
|
||||||
// @ts-ignore
|
|
||||||
checkOperation(result.op);
|
|
||||||
|
|
||||||
if (resp.status !== 200) {
|
|
||||||
report({
|
|
||||||
type: 'errorChecking',
|
|
||||||
//@ts-ignore
|
|
||||||
message: result.message,
|
|
||||||
});
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
|
|
||||||
function checkOperation(
|
|
||||||
op: { type: string; reason: string; duration: number }[],
|
|
||||||
) {
|
|
||||||
if (!Array.isArray(op)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
op.forEach((action) => {
|
|
||||||
if (action.type === 'block') {
|
|
||||||
blockUpdate = {
|
|
||||||
reason: action.reason,
|
|
||||||
until: Math.round((Date.now() + action.duration) / 1000),
|
|
||||||
};
|
|
||||||
PushyModule.setBlockUpdate(blockUpdate);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
let downloadingThrottling = false;
|
|
||||||
let downloadedHash: string;
|
|
||||||
export async function downloadUpdate(
|
|
||||||
options: UpdateAvailableResult,
|
|
||||||
eventListeners?: {
|
|
||||||
onDownloadProgress?: (data: ProgressData) => void;
|
|
||||||
},
|
|
||||||
) {
|
|
||||||
assertRelease();
|
|
||||||
if (!options.update) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (rolledBackVersion === options.hash) {
|
|
||||||
logger(`rolledback hash ${rolledBackVersion}, ignored`);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (downloadedHash === options.hash) {
|
|
||||||
logger(`duplicated downloaded hash ${downloadedHash}, ignored`);
|
|
||||||
return downloadedHash;
|
|
||||||
}
|
|
||||||
if (downloadingThrottling) {
|
|
||||||
logger('repeated downloading, ignored');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
downloadingThrottling = true;
|
|
||||||
setTimeout(() => {
|
|
||||||
downloadingThrottling = false;
|
|
||||||
}, 3000);
|
|
||||||
let progressHandler;
|
|
||||||
if (eventListeners) {
|
|
||||||
if (eventListeners.onDownloadProgress) {
|
|
||||||
const downloadCallback = eventListeners.onDownloadProgress;
|
|
||||||
progressHandler = eventEmitter.addListener(
|
|
||||||
'RCTPushyDownloadProgress',
|
|
||||||
(progressData) => {
|
|
||||||
if (progressData.hash === options.hash) {
|
|
||||||
downloadCallback(progressData);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
let succeeded = false;
|
|
||||||
report({ type: 'downloading' });
|
|
||||||
if (options.diffUrl) {
|
|
||||||
logger('downloading diff');
|
|
||||||
try {
|
|
||||||
await PushyModule.downloadPatchFromPpk({
|
|
||||||
updateUrl: options.diffUrl,
|
|
||||||
hash: options.hash,
|
|
||||||
originHash: currentVersion,
|
|
||||||
});
|
|
||||||
succeeded = true;
|
|
||||||
} catch (e) {
|
|
||||||
logger(`diff error: ${e.message}, try pdiff`);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (!succeeded && options.pdiffUrl) {
|
|
||||||
logger('downloading pdiff');
|
|
||||||
try {
|
|
||||||
await PushyModule.downloadPatchFromPackage({
|
|
||||||
updateUrl: options.pdiffUrl,
|
|
||||||
hash: options.hash,
|
|
||||||
});
|
|
||||||
succeeded = true;
|
|
||||||
} catch (e) {
|
|
||||||
logger(`pdiff error: ${e.message}, try full patch`);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if (!succeeded && options.updateUrl) {
|
|
||||||
logger('downloading full patch');
|
|
||||||
try {
|
|
||||||
await PushyModule.downloadFullUpdate({
|
|
||||||
updateUrl: options.updateUrl,
|
|
||||||
hash: options.hash,
|
|
||||||
});
|
|
||||||
succeeded = true;
|
|
||||||
} catch (e) {
|
|
||||||
logger(`full patch error: ${e.message}`);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
progressHandler && progressHandler.remove();
|
|
||||||
if (!succeeded) {
|
|
||||||
return report({ type: 'errorUpdate', data: { newVersion: options.hash } });
|
|
||||||
}
|
|
||||||
setLocalHashInfo(options.hash, {
|
|
||||||
name: options.name,
|
|
||||||
description: options.description,
|
|
||||||
metaInfo: options.metaInfo,
|
|
||||||
});
|
|
||||||
downloadedHash = options.hash;
|
|
||||||
return options.hash;
|
|
||||||
}
|
|
||||||
|
|
||||||
function assertHash(hash: string) {
|
|
||||||
if (!downloadedHash) {
|
|
||||||
logger(`no downloaded hash`);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (hash !== downloadedHash) {
|
|
||||||
logger(`use downloaded hash ${downloadedHash} first`);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
export function switchVersion(hash: string) {
|
|
||||||
assertRelease();
|
|
||||||
if (assertHash(hash)) {
|
|
||||||
logger('switchVersion: ' + hash);
|
|
||||||
PushyModule.reloadUpdate({ hash });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
export function switchVersionLater(hash: string) {
|
|
||||||
assertRelease();
|
|
||||||
if (assertHash(hash)) {
|
|
||||||
logger('switchVersionLater: ' + hash);
|
|
||||||
PushyModule.setNeedUpdate({ hash });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
let marked = false;
|
|
||||||
export function markSuccess() {
|
|
||||||
assertRelease();
|
|
||||||
if (marked) {
|
|
||||||
logger('repeated markSuccess, ignored');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
marked = true;
|
|
||||||
PushyModule.markSuccess();
|
|
||||||
report({ type: 'markSuccess' });
|
|
||||||
}
|
|
||||||
|
|
||||||
export async function downloadAndInstallApk({
|
|
||||||
url,
|
|
||||||
onDownloadProgress,
|
|
||||||
}: {
|
|
||||||
url: string;
|
|
||||||
onDownloadProgress?: (data: ProgressData) => void;
|
|
||||||
}) {
|
|
||||||
if (Platform.OS !== 'android') {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
report({ type: 'downloadingApk' });
|
|
||||||
if (Platform.Version <= 23) {
|
|
||||||
try {
|
|
||||||
const granted = await PermissionsAndroid.request(
|
|
||||||
PermissionsAndroid.PERMISSIONS.WRITE_EXTERNAL_STORAGE,
|
|
||||||
);
|
|
||||||
if (granted !== PermissionsAndroid.RESULTS.GRANTED) {
|
|
||||||
return report({ type: 'rejectStoragePermission' });
|
|
||||||
}
|
|
||||||
} catch (err) {
|
|
||||||
return report({ type: 'errorStoragePermission' });
|
|
||||||
}
|
|
||||||
}
|
|
||||||
let hash = Date.now().toString();
|
|
||||||
let progressHandler;
|
|
||||||
if (onDownloadProgress) {
|
|
||||||
progressHandler = eventEmitter.addListener(
|
|
||||||
'RCTPushyDownloadProgress',
|
|
||||||
(progressData: ProgressData) => {
|
|
||||||
if (progressData.hash === hash) {
|
|
||||||
onDownloadProgress(progressData);
|
|
||||||
}
|
|
||||||
},
|
|
||||||
);
|
|
||||||
}
|
|
||||||
await PushyModule.downloadAndInstallApk({
|
|
||||||
url,
|
|
||||||
target: 'update.apk',
|
|
||||||
hash,
|
|
||||||
}).catch(() => {
|
|
||||||
report({ type: 'errowDownloadAndInstallApk' });
|
|
||||||
});
|
|
||||||
progressHandler && progressHandler.remove();
|
|
||||||
}
|
|
@@ -1,135 +0,0 @@
|
|||||||
import React, { PureComponent, ComponentType } from 'react';
|
|
||||||
import {
|
|
||||||
Platform,
|
|
||||||
Alert,
|
|
||||||
Linking,
|
|
||||||
AppState,
|
|
||||||
NativeEventSubscription,
|
|
||||||
} from 'react-native';
|
|
||||||
|
|
||||||
import {
|
|
||||||
isFirstTime,
|
|
||||||
isRolledBack,
|
|
||||||
checkUpdate,
|
|
||||||
downloadUpdate,
|
|
||||||
switchVersion,
|
|
||||||
switchVersionLater,
|
|
||||||
markSuccess,
|
|
||||||
downloadAndInstallApk,
|
|
||||||
onEvents,
|
|
||||||
} from './main';
|
|
||||||
import { UpdateEventsListener } from './type';
|
|
||||||
|
|
||||||
export function simpleUpdate(
|
|
||||||
WrappedComponent: ComponentType,
|
|
||||||
options: { appKey?: string; onEvents?: UpdateEventsListener } = {},
|
|
||||||
) {
|
|
||||||
const { appKey, onEvents: eventListeners } = options;
|
|
||||||
if (!appKey) {
|
|
||||||
throw new Error('appKey is required for simpleUpdate()');
|
|
||||||
}
|
|
||||||
if (typeof eventListeners === 'function') {
|
|
||||||
onEvents(eventListeners);
|
|
||||||
}
|
|
||||||
return __DEV__
|
|
||||||
? WrappedComponent
|
|
||||||
: class AppUpdate extends PureComponent {
|
|
||||||
stateListener: NativeEventSubscription;
|
|
||||||
componentDidMount() {
|
|
||||||
if (isRolledBack) {
|
|
||||||
Alert.alert('抱歉', '刚刚更新遭遇错误,已为您恢复到更新前版本');
|
|
||||||
} else if (isFirstTime) {
|
|
||||||
markSuccess();
|
|
||||||
}
|
|
||||||
this.stateListener = AppState.addEventListener(
|
|
||||||
'change',
|
|
||||||
(nextAppState) => {
|
|
||||||
if (nextAppState === 'active') {
|
|
||||||
this.checkUpdate();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
);
|
|
||||||
this.checkUpdate();
|
|
||||||
}
|
|
||||||
componentWillUnmount() {
|
|
||||||
this.stateListener && this.stateListener.remove();
|
|
||||||
}
|
|
||||||
doUpdate = async (info) => {
|
|
||||||
try {
|
|
||||||
const hash = await downloadUpdate(info);
|
|
||||||
if (!hash) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
this.stateListener && this.stateListener.remove();
|
|
||||||
Alert.alert('提示', '下载完毕,是否立即更新?', [
|
|
||||||
{
|
|
||||||
text: '以后再说',
|
|
||||||
style: 'cancel',
|
|
||||||
onPress: () => {
|
|
||||||
switchVersionLater(hash);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: '立即更新',
|
|
||||||
style: 'default',
|
|
||||||
onPress: () => {
|
|
||||||
switchVersion(hash);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
]);
|
|
||||||
} catch (err) {
|
|
||||||
Alert.alert('更新失败', err.message);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
checkUpdate = async () => {
|
|
||||||
let info;
|
|
||||||
try {
|
|
||||||
info = await checkUpdate(appKey!);
|
|
||||||
} catch (err) {
|
|
||||||
Alert.alert('更新检查失败', err.message);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (info.expired) {
|
|
||||||
Alert.alert('提示', '您的应用版本已更新,点击确定下载安装新版本', [
|
|
||||||
{
|
|
||||||
text: '确定',
|
|
||||||
onPress: () => {
|
|
||||||
if (info.downloadUrl) {
|
|
||||||
if (
|
|
||||||
Platform.OS === 'android' &&
|
|
||||||
info.downloadUrl.endsWith('.apk')
|
|
||||||
) {
|
|
||||||
downloadAndInstallApk({
|
|
||||||
url: info.downloadUrl,
|
|
||||||
});
|
|
||||||
} else {
|
|
||||||
Linking.openURL(info.downloadUrl);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
},
|
|
||||||
]);
|
|
||||||
} else if (info.update) {
|
|
||||||
Alert.alert(
|
|
||||||
'提示',
|
|
||||||
'检查到新的版本' + info.name + ',是否下载?\n' + info.description,
|
|
||||||
[
|
|
||||||
{ text: '否', style: 'cancel' },
|
|
||||||
{
|
|
||||||
text: '是',
|
|
||||||
style: 'default',
|
|
||||||
onPress: () => {
|
|
||||||
this.doUpdate(info);
|
|
||||||
},
|
|
||||||
},
|
|
||||||
],
|
|
||||||
);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
render() {
|
|
||||||
return <WrappedComponent {...this.props} />;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
|
16
package.json
16
package.json
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-update",
|
"name": "react-native-update",
|
||||||
"version": "9.0.1",
|
"version": "10.1.2",
|
||||||
"description": "react-native hot update",
|
"description": "react-native hot update",
|
||||||
"main": "lib/index.ts",
|
"main": "src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "yarn submodule",
|
"prepublish": "yarn submodule",
|
||||||
"submodule": "git submodule update --init --recursive",
|
"submodule": "git submodule update --init --recursive",
|
||||||
@@ -39,7 +39,8 @@
|
|||||||
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
|
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react-native": ">=0.27.0"
|
"react": ">=16.8.0",
|
||||||
|
"react-native": ">=0.59.0"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
|
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -55,14 +56,21 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@react-native/eslint-config": "^0.73.2",
|
||||||
"@types/fs-extra": "^9.0.13",
|
"@types/fs-extra": "^9.0.13",
|
||||||
"@types/jest": "^29.2.1",
|
"@types/jest": "^29.2.1",
|
||||||
|
"@types/node": "^20.8.9",
|
||||||
|
"@types/react": "^18.2.46",
|
||||||
"detox": "^20.5.0",
|
"detox": "^20.5.0",
|
||||||
|
"eslint": "^8.56.0",
|
||||||
"firebase-tools": "^11.24.1",
|
"firebase-tools": "^11.24.1",
|
||||||
"fs-extra": "^9.1.0",
|
"fs-extra": "^9.1.0",
|
||||||
"jest": "^29.2.1",
|
"jest": "^29.2.1",
|
||||||
"pod-install": "^0.1.37",
|
"pod-install": "^0.1.37",
|
||||||
|
"prettier": "^2",
|
||||||
|
"react": "18.2.0",
|
||||||
|
"react-native": "0.73",
|
||||||
"ts-jest": "^29.0.3",
|
"ts-jest": "^29.0.3",
|
||||||
"typescript": "^4.1.3"
|
"typescript": "^5.3.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
require 'json'
|
require 'json'
|
||||||
|
|
||||||
|
new_arch_enabled = ENV['RCT_NEW_ARCH_ENABLED'] == '1'
|
||||||
|
|
||||||
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
@@ -40,5 +42,25 @@ Pod::Spec.new do |s|
|
|||||||
'android/jni/lzma/C/Lzma2Dec.{h,c}']
|
'android/jni/lzma/C/Lzma2Dec.{h,c}']
|
||||||
ss.private_header_files = 'ios/RCTPushy/HDiffPatch/**/*.h'
|
ss.private_header_files = 'ios/RCTPushy/HDiffPatch/**/*.h'
|
||||||
end
|
end
|
||||||
install_modules_dependencies(s)
|
|
||||||
|
if defined?(install_modules_dependencies()) != nil
|
||||||
|
install_modules_dependencies(s);
|
||||||
|
else
|
||||||
|
if new_arch_enabled
|
||||||
|
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
|
||||||
|
|
||||||
|
s.compiler_flags = folly_compiler_flags + " -DRCT_NEW_ARCH_ENABLED=1"
|
||||||
|
|
||||||
|
s.pod_target_xcconfig = {
|
||||||
|
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\"",
|
||||||
|
"CLANG_CXX_LANGUAGE_STANDARD" => "c++17"
|
||||||
|
}
|
||||||
|
|
||||||
|
s.dependency "React-Codegen"
|
||||||
|
s.dependency "RCT-Folly"
|
||||||
|
s.dependency "RCTRequired"
|
||||||
|
s.dependency "RCTTypeSafety"
|
||||||
|
s.dependency "ReactCommon/turbomodule/core"
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
355
src/client.tsx
Normal file
355
src/client.tsx
Normal file
@@ -0,0 +1,355 @@
|
|||||||
|
import { CheckResult, PushyOptions, ProgressData, EventType } from './type';
|
||||||
|
import { assertRelease, log } from './utils';
|
||||||
|
import {
|
||||||
|
EmitterSubscription,
|
||||||
|
PermissionsAndroid,
|
||||||
|
Platform,
|
||||||
|
} from 'react-native';
|
||||||
|
import {
|
||||||
|
PushyModule,
|
||||||
|
buildTime,
|
||||||
|
cInfo,
|
||||||
|
pushyNativeEventEmitter,
|
||||||
|
currentVersion,
|
||||||
|
packageVersion,
|
||||||
|
rolledBackVersion,
|
||||||
|
setLocalHashInfo,
|
||||||
|
isRolledBack,
|
||||||
|
} from './core';
|
||||||
|
|
||||||
|
const defaultServer = {
|
||||||
|
main: 'https://update.react-native.cn/api',
|
||||||
|
backups: ['https://update.reactnative.cn/api'],
|
||||||
|
queryUrl:
|
||||||
|
'https://raw.githubusercontent.com/reactnativecn/react-native-pushy/master/endpoints.json',
|
||||||
|
};
|
||||||
|
|
||||||
|
const empty = {};
|
||||||
|
const noop = () => {};
|
||||||
|
|
||||||
|
export class Pushy {
|
||||||
|
options: PushyOptions = {
|
||||||
|
appKey: '',
|
||||||
|
server: defaultServer,
|
||||||
|
autoMarkSuccess: true,
|
||||||
|
useAlert: true,
|
||||||
|
strategy: 'both',
|
||||||
|
logger: noop,
|
||||||
|
};
|
||||||
|
|
||||||
|
lastChecking: number;
|
||||||
|
lastResult: CheckResult;
|
||||||
|
|
||||||
|
progressHandlers: Record<string, EmitterSubscription> = {};
|
||||||
|
downloadedHash: string;
|
||||||
|
|
||||||
|
marked = false;
|
||||||
|
applyingUpdate = false;
|
||||||
|
version = cInfo.pushy;
|
||||||
|
|
||||||
|
constructor(options: PushyOptions) {
|
||||||
|
if (!options.appKey) {
|
||||||
|
throw new Error('appKey is required');
|
||||||
|
}
|
||||||
|
this.setOptions(options);
|
||||||
|
}
|
||||||
|
|
||||||
|
setOptions = (options: Partial<PushyOptions>) => {
|
||||||
|
for (const [key, value] of Object.entries(options)) {
|
||||||
|
if (value !== undefined) {
|
||||||
|
this.options[key] = value;
|
||||||
|
if (key === 'logger') {
|
||||||
|
if (isRolledBack) {
|
||||||
|
this.report({
|
||||||
|
type: 'rollback',
|
||||||
|
data: {
|
||||||
|
rolledBackVersion,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
report = ({
|
||||||
|
type,
|
||||||
|
message = '',
|
||||||
|
data = {},
|
||||||
|
}: {
|
||||||
|
type: EventType;
|
||||||
|
message?: string;
|
||||||
|
data?: Record<string, string | number>;
|
||||||
|
}) => {
|
||||||
|
log(type + ' ' + message);
|
||||||
|
const { logger = noop, appKey } = this.options;
|
||||||
|
logger({
|
||||||
|
type,
|
||||||
|
data: {
|
||||||
|
appKey,
|
||||||
|
currentVersion,
|
||||||
|
cInfo,
|
||||||
|
packageVersion,
|
||||||
|
buildTime,
|
||||||
|
message,
|
||||||
|
...data,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
};
|
||||||
|
|
||||||
|
getCheckUrl = (endpoint: string = this.options.server!.main) => {
|
||||||
|
return `${endpoint}/checkUpdate/${this.options.appKey}`;
|
||||||
|
};
|
||||||
|
assertHash = (hash: string) => {
|
||||||
|
if (!this.downloadedHash) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (hash !== this.downloadedHash) {
|
||||||
|
log(`use downloaded hash ${this.downloadedHash} first`);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
};
|
||||||
|
markSuccess = () => {
|
||||||
|
assertRelease();
|
||||||
|
if (this.marked) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
this.marked = true;
|
||||||
|
PushyModule.markSuccess();
|
||||||
|
this.report({ type: 'markSuccess' });
|
||||||
|
};
|
||||||
|
switchVersion = (hash: string) => {
|
||||||
|
assertRelease();
|
||||||
|
if (this.assertHash(hash) && !this.applyingUpdate) {
|
||||||
|
log('switchVersion: ' + hash);
|
||||||
|
this.applyingUpdate = true;
|
||||||
|
PushyModule.reloadUpdate({ hash });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
switchVersionLater = (hash: string) => {
|
||||||
|
assertRelease();
|
||||||
|
if (this.assertHash(hash)) {
|
||||||
|
log('switchVersionLater: ' + hash);
|
||||||
|
PushyModule.setNeedUpdate({ hash });
|
||||||
|
}
|
||||||
|
};
|
||||||
|
checkUpdate = async () => {
|
||||||
|
assertRelease();
|
||||||
|
const now = Date.now();
|
||||||
|
if (
|
||||||
|
this.lastResult &&
|
||||||
|
this.lastChecking &&
|
||||||
|
now - this.lastChecking < 1000 * 5
|
||||||
|
) {
|
||||||
|
return this.lastResult;
|
||||||
|
}
|
||||||
|
this.lastChecking = now;
|
||||||
|
this.report({ type: 'checking' });
|
||||||
|
const fetchPayload = {
|
||||||
|
method: 'POST',
|
||||||
|
headers: {
|
||||||
|
Accept: 'application/json',
|
||||||
|
'Content-Type': 'application/json',
|
||||||
|
},
|
||||||
|
body: JSON.stringify({
|
||||||
|
packageVersion,
|
||||||
|
hash: currentVersion,
|
||||||
|
buildTime,
|
||||||
|
cInfo,
|
||||||
|
}),
|
||||||
|
};
|
||||||
|
let resp;
|
||||||
|
try {
|
||||||
|
resp = await fetch(this.getCheckUrl(), fetchPayload);
|
||||||
|
} catch (e) {
|
||||||
|
this.report({
|
||||||
|
type: 'errorChecking',
|
||||||
|
message: 'Can not connect to update server. Trying backup endpoints.',
|
||||||
|
});
|
||||||
|
const backupEndpoints = await this.getBackupEndpoints();
|
||||||
|
if (backupEndpoints) {
|
||||||
|
try {
|
||||||
|
resp = await Promise.race(
|
||||||
|
backupEndpoints.map((endpoint) =>
|
||||||
|
fetch(this.getCheckUrl(endpoint), fetchPayload),
|
||||||
|
),
|
||||||
|
);
|
||||||
|
} catch {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!resp) {
|
||||||
|
this.report({
|
||||||
|
type: 'errorChecking',
|
||||||
|
message: 'Can not connect to update server. Please check your network.',
|
||||||
|
});
|
||||||
|
return this.lastResult || empty;
|
||||||
|
}
|
||||||
|
const result: CheckResult = await resp.json();
|
||||||
|
|
||||||
|
this.lastResult = result;
|
||||||
|
|
||||||
|
if (resp.status !== 200) {
|
||||||
|
this.report({
|
||||||
|
type: 'errorChecking',
|
||||||
|
message: result.message,
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
return result;
|
||||||
|
};
|
||||||
|
getBackupEndpoints = async () => {
|
||||||
|
const { server } = this.options;
|
||||||
|
if (!server) {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
|
if (server.queryUrl) {
|
||||||
|
try {
|
||||||
|
const resp = await fetch(server.queryUrl);
|
||||||
|
const remoteEndpoints = await resp.json();
|
||||||
|
log('fetch endpoints:', remoteEndpoints);
|
||||||
|
if (Array.isArray(remoteEndpoints)) {
|
||||||
|
server.backups = Array.from(
|
||||||
|
new Set([...(server.backups || []), ...remoteEndpoints]),
|
||||||
|
);
|
||||||
|
}
|
||||||
|
} catch (e) {
|
||||||
|
log('failed to fetch endpoints from: ', server.queryUrl);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return server.backups;
|
||||||
|
};
|
||||||
|
downloadUpdate = async (
|
||||||
|
info: CheckResult,
|
||||||
|
onDownloadProgress?: (data: ProgressData) => void,
|
||||||
|
) => {
|
||||||
|
assertRelease();
|
||||||
|
const { hash, diffUrl, pdiffUrl, updateUrl, name, description, metaInfo } =
|
||||||
|
info;
|
||||||
|
if (!info.update || !hash) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (rolledBackVersion === hash) {
|
||||||
|
log(`rolledback hash ${rolledBackVersion}, ignored`);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (this.downloadedHash === hash) {
|
||||||
|
log(`duplicated downloaded hash ${this.downloadedHash}, ignored`);
|
||||||
|
return this.downloadedHash;
|
||||||
|
}
|
||||||
|
if (this.progressHandlers[hash]) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if (onDownloadProgress) {
|
||||||
|
this.progressHandlers[hash] = pushyNativeEventEmitter.addListener(
|
||||||
|
'RCTPushyDownloadProgress',
|
||||||
|
(progressData) => {
|
||||||
|
if (progressData.hash === hash) {
|
||||||
|
onDownloadProgress(progressData);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
let succeeded = false;
|
||||||
|
this.report({ type: 'downloading' });
|
||||||
|
if (diffUrl) {
|
||||||
|
log('downloading diff');
|
||||||
|
try {
|
||||||
|
await PushyModule.downloadPatchFromPpk({
|
||||||
|
updateUrl: diffUrl,
|
||||||
|
hash,
|
||||||
|
originHash: currentVersion,
|
||||||
|
});
|
||||||
|
succeeded = true;
|
||||||
|
} catch (e) {
|
||||||
|
log(`diff error: ${e.message}, try pdiff`);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!succeeded && pdiffUrl) {
|
||||||
|
log('downloading pdiff');
|
||||||
|
try {
|
||||||
|
await PushyModule.downloadPatchFromPackage({
|
||||||
|
updateUrl: pdiffUrl,
|
||||||
|
hash,
|
||||||
|
});
|
||||||
|
succeeded = true;
|
||||||
|
} catch (e) {
|
||||||
|
log(`pdiff error: ${e.message}, try full patch`);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!succeeded && updateUrl) {
|
||||||
|
log('downloading full patch');
|
||||||
|
try {
|
||||||
|
await PushyModule.downloadFullUpdate({
|
||||||
|
updateUrl: updateUrl,
|
||||||
|
hash,
|
||||||
|
});
|
||||||
|
succeeded = true;
|
||||||
|
} catch (e) {
|
||||||
|
log(`full patch error: ${e.message}`);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (this.progressHandlers[hash]) {
|
||||||
|
this.progressHandlers[hash].remove();
|
||||||
|
delete this.progressHandlers[hash];
|
||||||
|
}
|
||||||
|
if (!succeeded) {
|
||||||
|
return this.report({
|
||||||
|
type: 'errorUpdate',
|
||||||
|
data: { newVersion: hash },
|
||||||
|
});
|
||||||
|
}
|
||||||
|
log('downloaded hash:', hash);
|
||||||
|
setLocalHashInfo(hash, {
|
||||||
|
name,
|
||||||
|
description,
|
||||||
|
metaInfo,
|
||||||
|
});
|
||||||
|
this.downloadedHash = hash;
|
||||||
|
return hash;
|
||||||
|
};
|
||||||
|
downloadAndInstallApk = async (
|
||||||
|
url: string,
|
||||||
|
onDownloadProgress?: (data: ProgressData) => void,
|
||||||
|
) => {
|
||||||
|
if (Platform.OS !== 'android') {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
this.report({ type: 'downloadingApk' });
|
||||||
|
if (Platform.Version <= 23) {
|
||||||
|
try {
|
||||||
|
const granted = await PermissionsAndroid.request(
|
||||||
|
PermissionsAndroid.PERMISSIONS.WRITE_EXTERNAL_STORAGE,
|
||||||
|
);
|
||||||
|
if (granted !== PermissionsAndroid.RESULTS.GRANTED) {
|
||||||
|
return this.report({ type: 'rejectStoragePermission' });
|
||||||
|
}
|
||||||
|
} catch (err) {
|
||||||
|
return this.report({ type: 'errorStoragePermission' });
|
||||||
|
}
|
||||||
|
}
|
||||||
|
const progressKey = 'downloadingApk';
|
||||||
|
if (onDownloadProgress) {
|
||||||
|
this.progressHandlers[progressKey] = pushyNativeEventEmitter.addListener(
|
||||||
|
'RCTPushyDownloadProgress',
|
||||||
|
(progressData: ProgressData) => {
|
||||||
|
if (progressData.hash === progressKey) {
|
||||||
|
onDownloadProgress(progressData);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
await PushyModule.downloadAndInstallApk({
|
||||||
|
url,
|
||||||
|
target: 'update.apk',
|
||||||
|
hash: progressKey,
|
||||||
|
}).catch(() => {
|
||||||
|
this.report({ type: 'errowDownloadAndInstallApk' });
|
||||||
|
});
|
||||||
|
if (this.progressHandlers[progressKey]) {
|
||||||
|
this.progressHandlers[progressKey].remove();
|
||||||
|
delete this.progressHandlers[progressKey];
|
||||||
|
}
|
||||||
|
};
|
||||||
|
}
|
13
src/client.web.js
Normal file
13
src/client.web.js
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
const noop = () => {};
|
||||||
|
export class Pushy {
|
||||||
|
constructor() {
|
||||||
|
console.warn(
|
||||||
|
'react-native-update is not supported and will do nothing on web.',
|
||||||
|
);
|
||||||
|
return new Proxy(this, {
|
||||||
|
get() {
|
||||||
|
return noop;
|
||||||
|
},
|
||||||
|
});
|
||||||
|
}
|
||||||
|
}
|
36
src/context.ts
Normal file
36
src/context.ts
Normal file
@@ -0,0 +1,36 @@
|
|||||||
|
import { createContext, useContext } from 'react';
|
||||||
|
import { CheckResult, ProgressData } from './type';
|
||||||
|
import { Pushy } from './client';
|
||||||
|
|
||||||
|
const noop = () => {};
|
||||||
|
const asyncNoop = () => Promise.resolve();
|
||||||
|
|
||||||
|
export const defaultContext = {
|
||||||
|
checkUpdate: asyncNoop,
|
||||||
|
switchVersion: noop,
|
||||||
|
switchVersionLater: noop,
|
||||||
|
markSuccess: noop,
|
||||||
|
dismissError: noop,
|
||||||
|
downloadUpdate: asyncNoop,
|
||||||
|
downloadAndInstallApk: asyncNoop,
|
||||||
|
currentHash: '',
|
||||||
|
packageVersion: '',
|
||||||
|
};
|
||||||
|
|
||||||
|
export const PushyContext = createContext<{
|
||||||
|
checkUpdate: () => Promise<void>;
|
||||||
|
switchVersion: () => void;
|
||||||
|
switchVersionLater: () => void;
|
||||||
|
markSuccess: () => void;
|
||||||
|
dismissError: () => void;
|
||||||
|
downloadUpdate: () => Promise<void>;
|
||||||
|
downloadAndInstallApk: (url: string) => Promise<void>;
|
||||||
|
currentHash: string;
|
||||||
|
packageVersion: string;
|
||||||
|
client?: Pushy;
|
||||||
|
progress?: ProgressData;
|
||||||
|
updateInfo?: CheckResult;
|
||||||
|
lastError?: Error;
|
||||||
|
}>(defaultContext);
|
||||||
|
|
||||||
|
export const usePushy = () => useContext(PushyContext);
|
67
src/core.ts
Normal file
67
src/core.ts
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
import { NativeEventEmitter, NativeModules, Platform } from 'react-native';
|
||||||
|
import { log } from './utils';
|
||||||
|
const {
|
||||||
|
version: v,
|
||||||
|
} = require('react-native/Libraries/Core/ReactNativeVersion');
|
||||||
|
const RNVersion = `${v.major}.${v.minor}.${v.patch}`;
|
||||||
|
const isTurboModuleEnabled = global.__turboModuleProxy != null;
|
||||||
|
|
||||||
|
export const PushyModule = isTurboModuleEnabled
|
||||||
|
? require('./turboModuleSpec').default
|
||||||
|
: NativeModules.Pushy;
|
||||||
|
|
||||||
|
if (!PushyModule) {
|
||||||
|
throw new Error('react-native-update模块无法加载,请对照安装文档检查配置。');
|
||||||
|
}
|
||||||
|
|
||||||
|
const PushyConstants = isTurboModuleEnabled
|
||||||
|
? PushyModule.getConstants()
|
||||||
|
: PushyModule;
|
||||||
|
|
||||||
|
export const downloadRootDir = PushyConstants.downloadRootDir;
|
||||||
|
export const packageVersion = PushyConstants.packageVersion;
|
||||||
|
export const currentVersion = PushyConstants.currentVersion;
|
||||||
|
export const isFirstTime = PushyConstants.isFirstTime;
|
||||||
|
export const rolledBackVersion = PushyConstants.rolledBackVersion;
|
||||||
|
export const isRolledBack = typeof rolledBackVersion === 'string';
|
||||||
|
|
||||||
|
export const buildTime = PushyConstants.buildTime;
|
||||||
|
let uuid = PushyConstants.uuid;
|
||||||
|
|
||||||
|
if (Platform.OS === 'android' && !PushyConstants.isUsingBundleUrl) {
|
||||||
|
throw new Error(
|
||||||
|
'react-native-update模块无法加载,请对照文档检查Bundle URL的配置',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function setLocalHashInfo(hash: string, info: Record<string, any>) {
|
||||||
|
PushyModule.setLocalHashInfo(hash, JSON.stringify(info));
|
||||||
|
}
|
||||||
|
|
||||||
|
async function getLocalHashInfo(hash: string) {
|
||||||
|
return JSON.parse(await PushyModule.getLocalHashInfo(hash));
|
||||||
|
}
|
||||||
|
|
||||||
|
export async function getCurrentVersionInfo(): Promise<{
|
||||||
|
name?: string;
|
||||||
|
description?: string;
|
||||||
|
metaInfo?: string;
|
||||||
|
}> {
|
||||||
|
return currentVersion ? (await getLocalHashInfo(currentVersion)) || {} : {};
|
||||||
|
}
|
||||||
|
|
||||||
|
export const pushyNativeEventEmitter = new NativeEventEmitter(PushyModule);
|
||||||
|
|
||||||
|
if (!uuid) {
|
||||||
|
uuid = require('nanoid/non-secure').nanoid();
|
||||||
|
PushyModule.setUuid(uuid);
|
||||||
|
}
|
||||||
|
|
||||||
|
log('uuid: ' + uuid);
|
||||||
|
|
||||||
|
export const cInfo = {
|
||||||
|
pushy: require('../package.json').version,
|
||||||
|
rn: RNVersion,
|
||||||
|
os: Platform.OS + ' ' + Platform.Version,
|
||||||
|
uuid,
|
||||||
|
};
|
3
src/index.ts
Normal file
3
src/index.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export { Pushy } from './client';
|
||||||
|
export { PushyContext, usePushy } from './context';
|
||||||
|
export { PushyProvider } from './provider';
|
196
src/provider.tsx
Normal file
196
src/provider.tsx
Normal file
@@ -0,0 +1,196 @@
|
|||||||
|
import React, {
|
||||||
|
ReactNode,
|
||||||
|
useCallback,
|
||||||
|
useEffect,
|
||||||
|
useRef,
|
||||||
|
useState,
|
||||||
|
} from 'react';
|
||||||
|
import {
|
||||||
|
Alert,
|
||||||
|
NativeEventSubscription,
|
||||||
|
AppState,
|
||||||
|
Platform,
|
||||||
|
Linking,
|
||||||
|
} from 'react-native';
|
||||||
|
import { Pushy } from './client';
|
||||||
|
import { currentVersion, isFirstTime, packageVersion } from './core';
|
||||||
|
import { CheckResult, ProgressData } from './type';
|
||||||
|
import { PushyContext } from './context';
|
||||||
|
|
||||||
|
export const PushyProvider = ({
|
||||||
|
client,
|
||||||
|
children,
|
||||||
|
}: {
|
||||||
|
client: Pushy;
|
||||||
|
children: ReactNode;
|
||||||
|
}) => {
|
||||||
|
const { options } = client;
|
||||||
|
const stateListener = useRef<NativeEventSubscription>();
|
||||||
|
const [updateInfo, setUpdateInfo] = useState<CheckResult>();
|
||||||
|
const [progress, setProgress] = useState<ProgressData>();
|
||||||
|
const [lastError, setLastError] = useState<Error>();
|
||||||
|
|
||||||
|
const dismissError = useCallback(() => {
|
||||||
|
setLastError(undefined);
|
||||||
|
}, []);
|
||||||
|
|
||||||
|
const showAlert = useCallback(
|
||||||
|
(...args: Parameters<typeof Alert.alert>) => {
|
||||||
|
if (options.useAlert) {
|
||||||
|
Alert.alert(...args);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[options],
|
||||||
|
);
|
||||||
|
|
||||||
|
const switchVersion = useCallback(() => {
|
||||||
|
if (updateInfo && updateInfo.hash) {
|
||||||
|
client.switchVersion(updateInfo.hash);
|
||||||
|
}
|
||||||
|
}, [client, updateInfo]);
|
||||||
|
|
||||||
|
const switchVersionLater = useCallback(() => {
|
||||||
|
if (updateInfo && updateInfo.hash) {
|
||||||
|
client.switchVersionLater(updateInfo.hash);
|
||||||
|
}
|
||||||
|
}, [client, updateInfo]);
|
||||||
|
|
||||||
|
const downloadUpdate = useCallback(async () => {
|
||||||
|
if (!updateInfo || !updateInfo.update) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
try {
|
||||||
|
const hash = await client.downloadUpdate(updateInfo, setProgress);
|
||||||
|
if (!hash) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
stateListener.current && stateListener.current.remove();
|
||||||
|
showAlert('提示', '下载完毕,是否立即更新?', [
|
||||||
|
{
|
||||||
|
text: '下次再说',
|
||||||
|
style: 'cancel',
|
||||||
|
onPress: () => {
|
||||||
|
client.switchVersionLater(hash);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: '立即更新',
|
||||||
|
style: 'default',
|
||||||
|
onPress: () => {
|
||||||
|
client.switchVersion(hash);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
} catch (err) {
|
||||||
|
setLastError(err);
|
||||||
|
showAlert('更新失败', err.message);
|
||||||
|
}
|
||||||
|
}, [client, showAlert, updateInfo]);
|
||||||
|
|
||||||
|
const downloadAndInstallApk = useCallback(
|
||||||
|
(downloadUrl: string) => {
|
||||||
|
if (Platform.OS === 'android' && downloadUrl) {
|
||||||
|
client.downloadAndInstallApk(downloadUrl, setProgress);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
[client],
|
||||||
|
);
|
||||||
|
|
||||||
|
const checkUpdate = useCallback(async () => {
|
||||||
|
let info: CheckResult;
|
||||||
|
try {
|
||||||
|
info = await client.checkUpdate();
|
||||||
|
} catch (err) {
|
||||||
|
setLastError(err);
|
||||||
|
showAlert('更新检查失败', err.message);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
setUpdateInfo(info);
|
||||||
|
if (info.expired) {
|
||||||
|
const { downloadUrl } = info;
|
||||||
|
showAlert('提示', '您的应用版本已更新,点击更新下载安装新版本', [
|
||||||
|
{
|
||||||
|
text: '更新',
|
||||||
|
onPress: () => {
|
||||||
|
if (downloadUrl) {
|
||||||
|
if (Platform.OS === 'android' && downloadUrl.endsWith('.apk')) {
|
||||||
|
downloadAndInstallApk(downloadUrl);
|
||||||
|
} else {
|
||||||
|
Linking.openURL(downloadUrl);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
},
|
||||||
|
]);
|
||||||
|
} else if (info.update) {
|
||||||
|
showAlert(
|
||||||
|
'提示',
|
||||||
|
'检查到新的版本' + info.name + ',是否下载?\n' + info.description,
|
||||||
|
[
|
||||||
|
{ text: '取消', style: 'cancel' },
|
||||||
|
{
|
||||||
|
text: '确定',
|
||||||
|
style: 'default',
|
||||||
|
onPress: () => {
|
||||||
|
downloadUpdate();
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}, [client, downloadAndInstallApk, downloadUpdate, showAlert]);
|
||||||
|
|
||||||
|
const markSuccess = client.markSuccess;
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
const { strategy, dismissErrorAfter, autoMarkSuccess } = options;
|
||||||
|
if (isFirstTime && autoMarkSuccess) {
|
||||||
|
markSuccess();
|
||||||
|
}
|
||||||
|
if (strategy === 'both' || strategy === 'onAppResume') {
|
||||||
|
stateListener.current = AppState.addEventListener(
|
||||||
|
'change',
|
||||||
|
(nextAppState) => {
|
||||||
|
if (nextAppState === 'active') {
|
||||||
|
checkUpdate();
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
if (strategy === 'both' || strategy === 'onAppStart') {
|
||||||
|
checkUpdate();
|
||||||
|
}
|
||||||
|
let dismissErrorTimer: ReturnType<typeof setTimeout>;
|
||||||
|
if (typeof dismissErrorAfter === 'number' && dismissErrorAfter > 0) {
|
||||||
|
dismissErrorTimer = setTimeout(() => {
|
||||||
|
dismissError();
|
||||||
|
}, dismissErrorAfter);
|
||||||
|
}
|
||||||
|
return () => {
|
||||||
|
stateListener.current && stateListener.current.remove();
|
||||||
|
clearTimeout(dismissErrorTimer);
|
||||||
|
};
|
||||||
|
}, [checkUpdate, options, dismissError, markSuccess]);
|
||||||
|
|
||||||
|
return (
|
||||||
|
<PushyContext.Provider
|
||||||
|
value={{
|
||||||
|
checkUpdate,
|
||||||
|
switchVersion,
|
||||||
|
switchVersionLater,
|
||||||
|
dismissError,
|
||||||
|
updateInfo,
|
||||||
|
lastError,
|
||||||
|
markSuccess,
|
||||||
|
client,
|
||||||
|
downloadUpdate,
|
||||||
|
packageVersion,
|
||||||
|
currentHash: currentVersion,
|
||||||
|
progress,
|
||||||
|
downloadAndInstallApk,
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
{children}
|
||||||
|
</PushyContext.Provider>
|
||||||
|
);
|
||||||
|
};
|
2
src/provider.web.js
Normal file
2
src/provider.web.js
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
import { Fragment } from 'react';
|
||||||
|
export const PushyProvider = Fragment;
|
@@ -9,14 +9,12 @@ export interface Spec extends TurboModule {
|
|||||||
isFirstTime: boolean;
|
isFirstTime: boolean;
|
||||||
rolledBackVersion: string;
|
rolledBackVersion: string;
|
||||||
buildTime: string;
|
buildTime: string;
|
||||||
blockUpdate: Object;
|
|
||||||
uuid: string;
|
uuid: string;
|
||||||
isUsingBundleUrl: boolean;
|
isUsingBundleUrl: boolean;
|
||||||
};
|
};
|
||||||
setLocalHashInfo(hash: string, info: string): Promise<void>;
|
setLocalHashInfo(hash: string, info: string): Promise<void>;
|
||||||
getLocalHashInfo(hash: string): Promise<string>;
|
getLocalHashInfo(hash: string): Promise<string>;
|
||||||
setUuid(uuid: string): Promise<void>;
|
setUuid(uuid: string): Promise<void>;
|
||||||
setBlockUpdate(options: { reason: string; until: number }): Promise<void>;
|
|
||||||
reloadUpdate(options: { hash: string }): Promise<void>;
|
reloadUpdate(options: { hash: string }): Promise<void>;
|
||||||
setNeedUpdate(options: { hash: string }): Promise<void>;
|
setNeedUpdate(options: { hash: string }): Promise<void>;
|
||||||
markSuccess(): Promise<void>;
|
markSuccess(): Promise<void>;
|
@@ -1,33 +1,19 @@
|
|||||||
export interface ExpiredResult {
|
export interface CheckResult {
|
||||||
upToDate?: false;
|
upToDate?: true;
|
||||||
expired: true;
|
expired?: true;
|
||||||
downloadUrl: string;
|
downloadUrl?: string;
|
||||||
}
|
update?: true;
|
||||||
|
name?: string; // version name
|
||||||
export interface UpTodateResult {
|
hash?: string;
|
||||||
expired?: false;
|
description?: string;
|
||||||
upToDate: true;
|
metaInfo?: string;
|
||||||
paused?: 'app' | 'package';
|
pdiffUrl?: string;
|
||||||
}
|
|
||||||
|
|
||||||
export interface UpdateAvailableResult {
|
|
||||||
expired?: false;
|
|
||||||
upToDate?: false;
|
|
||||||
update: true;
|
|
||||||
name: string; // version name
|
|
||||||
hash: string;
|
|
||||||
description: string;
|
|
||||||
metaInfo: string;
|
|
||||||
pdiffUrl: string;
|
|
||||||
diffUrl?: string;
|
diffUrl?: string;
|
||||||
updateUrl?: string;
|
updateUrl?: string;
|
||||||
|
paused?: 'app' | 'package';
|
||||||
|
message?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export type CheckResult =
|
|
||||||
| ExpiredResult
|
|
||||||
| UpTodateResult
|
|
||||||
| UpdateAvailableResult;
|
|
||||||
|
|
||||||
export interface ProgressData {
|
export interface ProgressData {
|
||||||
hash: string;
|
hash: string;
|
||||||
received: number;
|
received: number;
|
||||||
@@ -61,10 +47,27 @@ export interface EventData {
|
|||||||
newVersion?: string;
|
newVersion?: string;
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
}
|
}
|
||||||
export type UpdateEventsListener = ({
|
|
||||||
|
export type UpdateEventsLogger = ({
|
||||||
type,
|
type,
|
||||||
data,
|
data,
|
||||||
}: {
|
}: {
|
||||||
type: EventType;
|
type: EventType;
|
||||||
data: EventData;
|
data: EventData;
|
||||||
}) => void;
|
}) => void;
|
||||||
|
|
||||||
|
export interface PushyServerConfig {
|
||||||
|
main: string;
|
||||||
|
backups?: string[];
|
||||||
|
queryUrl?: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
export interface PushyOptions {
|
||||||
|
appKey: string;
|
||||||
|
server?: PushyServerConfig;
|
||||||
|
logger?: UpdateEventsLogger;
|
||||||
|
useAlert?: boolean;
|
||||||
|
strategy?: 'onAppStart' | 'onAppResume' | 'both';
|
||||||
|
autoMarkSuccess?: boolean;
|
||||||
|
dismissErrorAfter?: number;
|
||||||
|
}
|
9
src/utils.ts
Normal file
9
src/utils.ts
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
export function log(...args: any[]) {
|
||||||
|
console.log('pushy: ', ...args);
|
||||||
|
}
|
||||||
|
|
||||||
|
export function assertRelease() {
|
||||||
|
if (__DEV__) {
|
||||||
|
throw new Error('react-native-update 只能在 RELEASE 版本中运行.');
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user