Skip to content
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

#3258 react-native bump #3266

Merged
merged 2 commits into from
Dec 4, 2020
Merged

Conversation

josh-griffin
Copy link
Contributor

Fixes #3258

Change summary

Bumps RN

Testing

  • App still worky

Related areas to think about

Technically flipper works now, but it doesn't work well with realm, still - for me, anyway!

@@ -54,7 +58,7 @@ const InfoBadgeComponent = ({
<Badge ref={ref} value={unfinalisedCountText} onPress={show} />
<Popover
isVisible={visible}
fromView={ref.current}
from={ref}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Actually this was from a couple prs ago when I pumped popover-view - they changed the API

@@ -10,6 +10,7 @@ export const KeyboardSpacing = React.memo(() => {
toValue: height,
duration: 100,
easing: Easing.linear,
useNativeDriver: 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.

Now required to explicitly state true/false

Copy link
Contributor Author

@josh-griffin josh-griffin left a comment

Choose a reason for hiding this comment

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

Copy link
Contributor

@mark-prins mark-prins left a comment

Choose a reason for hiding this comment

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

LGTM!

@josh-griffin josh-griffin merged commit 3bbf726 into #3258-upgrades-part-2 Dec 4, 2020
@josh-griffin josh-griffin deleted the #3258-deps-upgrades-3 branch December 4, 2020 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants