You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Does this reproduce on a simulator, or only on a physical device? both.
Repro steps and/or stack trace:
Release:
[CodePush] Checking for update.
rendering LoginScene
[CodePush] Reporting binary update (1.0)
[CodePush] Report status failed: {"appVersion":"1.0"}
[CodePush] An unknown error occurred.
[CodePush] undefined is not a function (evaluating 'fetch(n,{method:o(e),headers:a,body:t})')
Debug:
same but:
[CodePush] undefined is not a function (evaluating 'fetch(url,{method:getHttpMethodName(verb), headers:headers,body:requestBody})')
I installed code push using the manual way. I tried upgrading / downgrading react-native with no result.
Somebody knows the issue?
"react-native-code-push": "^1.16.1-beta",
"react-native": "^0.39.2",
Release:
[CodePush] Checking for update.
rendering LoginScene
[CodePush] Reporting binary update (1.0)
[CodePush] Report status failed: {"appVersion":"1.0"}
[CodePush] An unknown error occurred.
[CodePush] undefined is not a function (evaluating 'fetch(n,{method:o(e),headers:a,body:t})')
Debug:
same but:
[CodePush] undefined is not a function (evaluating 'fetch(url,{method:getHttpMethodName(verb), headers:headers,body:requestBody})')
I installed code push using the manual way. I tried upgrading / downgrading react-native with no result.
Somebody knows the issue?
cheers