1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-16 10:01:38 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
sunnylqm
2025-03-14 10:43:41 +08:00
parent d5fd6c006d
commit fc5d248e2e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-update",
"version": "10.26.2",
"version": "10.26.3",
"description": "react-native hot update",
"main": "src/index",
"scripts": {

View File

@@ -278,7 +278,7 @@ export const UpdateProvider = ({
const parseTestPayload = useCallback(
(payload: UpdateTestPayload) => {
if (payload && payload.type && payload.type.startsWith('__rnUpdate')) {
if (payload && payload.type && payload.type.startsWith('__rnPushy')) {
const logger = options.logger || (() => {});
options.logger = ({ type, data }) => {
logger({ type, data });