-
Notifications
You must be signed in to change notification settings - Fork 27
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
#3258 react-native bump #3266
Conversation
@@ -54,7 +58,7 @@ const InfoBadgeComponent = ({ | |||
<Badge ref={ref} value={unfinalisedCountText} onPress={show} /> | |||
<Popover | |||
isVisible={visible} | |||
fromView={ref.current} | |||
from={ref} |
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.
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, |
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.
Now required to explicitly state true/false
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.
Just followed https://react-native-community.github.io/upgrade-helper/
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.
LGTM!
Fixes #3258
Change summary
Bumps RN
Testing
Related areas to think about
Technically flipper works now, but it doesn't work well with realm, still - for me, anyway!