react-native-community / releases

React Native releases
https://github.com/facebook/react-native/
1.5k stars 407 forks source link

v0.62.1 Discussion #184

Closed alloy closed 4 years ago

alloy commented 4 years ago

Conversations on this thread are limited to 0.62 releases major issues and backport (cherry-pick) requests from commits that are already on master.

An example of a good such request is a bug fix for a serious issue that has been merged into master but did not make the 0.62.1 cut.

In other words, if you cannot point to a particular commit on master, then your request likely belongs as a new issue in http://github.com/facebook/react-native/issues.


Known issues without fixes:

gorhom commented 4 years ago

could we pick: Fix crash when enabling Performance Monitor on iOS 13.4

SergioEstevao commented 4 years ago

can we pick this one for the next release: https://github.com/facebook/react-native/pull/28332

kelset commented 4 years ago

this is a PR that is targeted directly to the 0.62-branch and fixes a Flow error https://github.com/facebook/react-native/pull/28520

zoontek commented 4 years ago

Vibration.vibrate is currently broken on iOS, could we pick https://github.com/facebook/react-native/pull/27951 ?

TheSavior commented 4 years ago

I'm tracking some issues around TextInput reported here: https://github.com/facebook/react-native/issues/28459

To fix one of the issues, we need to pick https://github.com/facebook/react-native/commit/5a3c6faee9c44a2d99b13d113c91dbf98990f8af

TheSavior commented 4 years ago

Is https://github.com/facebook/react-native/commit/1c007d553cc71884952def921a15e7d088084854 planning on getting picked to fix some issues people have been having with Flipper?

TheSavior commented 4 years ago

The fix for the appearance module has landed in two commits. First commit: https://github.com/facebook/react-native/commit/990dd869cf721ecc563544bcba062d37befe1b51 Second commit: https://github.com/facebook/react-native/commit/f7b90336be25b78935549aa140131d4d6d133f7b

Documentation for this change is in this PR: https://github.com/facebook/react-native-website/pull/1823

alloy commented 4 years ago

Is facebook/react-native@1c007d5 planning on getting picked to fix some issues people have been having with Flipper?

Its PR hasn’t landed yet, which is what we’re waiting for: https://github.com/facebook/react-native/pull/28504

alloy commented 4 years ago

Alright, the Flipper fix has landed https://github.com/facebook/react-native/commit/e5497ca8f6e3b240948fdbeef0ac2a710f25bb56

TheSavior commented 4 years ago

The fix for Vibration landed https://github.com/facebook/react-native/commit/390422870466beba571dda04f669380e14055056

1awaleed commented 4 years ago

Can we get this fixed?: facebook/react-native@26374

alloy commented 4 years ago

@1awaleed Alas, that one hasn’t landed in master yet and also–from what I was told–this is more of a new feature than a bug fix.

alloy commented 4 years ago

v0.62.2 has just been released and contains all the non-hidden comments in this thread 🚀 https://github.com/facebook/react-native/releases/tag/v0.62.2

Thanks to everybody involved 🙌

New issues should be reported here https://github.com/react-native-community/releases/issues/188