1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 13:53:11 +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

@@ -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 });