Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Upgrade react native #429

Merged
merged 7 commits into from May 5, 2021
Merged

Upgrade react native #429

merged 7 commits into from May 5, 2021

Conversation

arielsvg
Copy link
Contributor

@arielsvg arielsvg commented May 4, 2021

No description provided.

@arielsvg arielsvg marked this pull request as ready for review May 4, 2021 15:01
@arielsvg arielsvg requested a review from antsgar May 4, 2021 15:01
@arielsvg arielsvg force-pushed the feature/upgrade-react-native branch from 82ea8c1 to bd9a686 Compare May 4, 2021 15:06
use_react_native!(:path => config["reactNativePath"])
use_react_native!(
:path => config["reactNativePath"],
:hermes_enabled => false,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Hermes iOS runtime is very new so I want to give it a good test run on the dev variant first

src/screens/SideMenu/MainSideMenu.tsx Outdated Show resolved Hide resolved
@moughxyz
Copy link
Member

moughxyz commented May 4, 2021

I noticed a few component changes in this PR. Are these related to the upgrade, or general optimizations? If the latter, it would be good to separate from this PR, so that if we want to revert this commit (not an unlikely scenario), we can do so without reverting other unrelated changes.

@arielsvg
Copy link
Contributor Author

arielsvg commented May 4, 2021

Hm that's a good point. They are related to the upgrade in that RN now logs an error (instead of a warning) when we use them in an unexpected way. But since it's a loose relation I'll take your suggestion and cut this PR down to size

@arielsvg arielsvg requested review from antsgar and moughxyz May 4, 2021 15:54
@arielsvg arielsvg merged commit f9a205d into develop May 5, 2021
@arielsvg arielsvg deleted the feature/upgrade-react-native branch May 5, 2021 09:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants