-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade react-native
from 0.63.3 to 0.67.5
#15486
Conversation
Jenkins BuildsClick to see older builds (84)
|
react-native
from 0.63.3 to 0.67.5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
0% of end-end tests have passed
Not executed tests (28)Failed tests (1)Click to expandClass TestActivityMultipleDevicePR:
|
We are getting there step by step, keep up your great work! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The branch works well on my machine 💯 Great work @siddarthkay
@siddarthkay as regards expected regression, I guess it is mostly about UI (I mean message reliability should not be affected at all), right? |
Hi @churik : Message reliability should not be affected, I'll try sending a few messages with latest build |
Signed-off-by: Jakub Sokołowski <[email protected]>
And add deleteDebugFilesForVariant fix for libhermes. Signed-off-by: Jakub Sokołowski <[email protected]>
This elevation prop is un-necessary and causes an extra line to appear which looks like a border but its actually a shadow.
This fix was not needed in react-native 0.63.4 but is needed after we upgraded to 0.67.5
e097e49
to
f262c6d
Compare
Well done dude. We'll get the eventually. |
* [IOS Only] react-native 0.63 to 0.67 * [Android Only] react-native 0.63 to 0.67 * bring back all the jenkinsfiles * make auto-complete prop for text-input compatible * [IOS Only] react-native 0.63 to 0.67 * [Android Only] react-native 0.63 to 0.67 * bring back all the jenkinsfiles * nix: drop unnecessary set -x from status-go build Signed-off-by: Jakub Sokołowski <[email protected]> * add explicity implementation line for soloader And add deleteDebugFilesForVariant fix for libhermes. Signed-off-by: Jakub Sokołowski <[email protected]> * use fast-image for link previews * fix extra line in message composer on android This elevation prop is un-necessary and causes an extra line to appear which looks like a border but its actually a shadow. * don't use `fast-image` for url preview favicon * fix audio record button interfering cancel android This fix was not needed in react-native 0.63.4 but is needed after we upgraded to 0.67.5 * get rid of unused platform import --------- Co-authored-by: Jakub Sokołowski <[email protected]>
This PR upgrades React Native from 0.63.3 to 0.67.5.
This upgrade should be treated as a stepping stone towards future upgrades.
We should have the progress merged into develop (after QA sign off) and see if this produces any unforeseen side effects while we continue the efforts to upgrade our libraries further.