response.json() hangs when Chrome debugging is enabled: https://github.com/facebook/react-native/issues/6679 (fix in fcc89e9d923)node_modules: https://github.com/facebook/react-native/issues/6638 (fix in d0566d8bc304e9a2be1be9918b988df1f8a19594)Cherry-picked some fixes for iOS:
(I'm being a little more generous with cherry picks since these are bug fixes and there is still a lot of time until the release.)
node_modules: https://github.com/facebook/react-native/pull/6822 (fixed in https://github.com/facebook/react-native/commit/d0566d8bc304e9a2be1be9918b988df1f8a19594)response.json() while Chrome debugging is enabledonRefresh(): https://github.com/facebook/react-native/commit/03c1688ce6fa5a6a77b25a19c1dda1a1fe62bcc3You have a typo. 0.23.0-rc5 should be 0.24.0-rc5, I think.
Oops, thanks
When are we releasing the stable version? ;p
on monday
Yes, I am doing that now BTW - will be up in 3/4 hours max.
I went ahead and pushed 0.24.0. Release notes: https://github.com/facebook/react-native/releases/tag/v0.24.0. Release progress: https://circleci.com/gh/facebook/react-native/5408.
No compatible version found: react-native@^0.24.0
NPM is showing version 0.23.1 as the latest but showing next as 0.25.0-rc.
@Benmidi: It seems the released failed at the CI.
The Android dependency hasn't been deployed correctly.
rm -rf node_modules && npm i/node_modules/react-native/android/com/facebook/react/
disregard the deleted comment, I figured it out
Is this fixed ?
response.json() hangs when Chrome debugging is enabled: #6679 (fix in fcc89e9)
I still have this issue in 0.24.1
Most helpful comment
Yes, I am doing that now BTW - will be up in 3/4 hours max.