-
Notifications
You must be signed in to change notification settings - Fork 579
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
build(deps): bump react-native from 0.73.10 to 0.75.4 #10995
Conversation
… citypicker Co-authored-by: Brian Beckerle <[email protected]>
5e6b6cd
to
551832f
Compare
postNotificationName: noop("postNotificationName"), | ||
didFinishBootstrapping: () => null, | ||
reactStateUpdated: () => null, | ||
getConstants: () => ({}), | ||
getConstants: () => null as any, |
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.
I went with this as it was in line 130 to avoid solving extra type issues but it is not ideal
ios-8.56.0-2024.11.07.09 android-8.56.0-1674645923 |
ios/Artsy/Emission/ViewControllers/ARMapComponentViewController.m
Outdated
Show resolved
Hide resolved
ios/Artsy/Emission/ViewControllers/ARMapContainerViewController.m
Outdated
Show resolved
Hide resolved
Co-authored-by: Brian Beckerle <[email protected]>
Co-authored-by: Brian Beckerle <[email protected]>
@@ -587,6 +587,9 @@ export class GlobalMap extends React.Component<Props, State> { | |||
{...mapProps} | |||
onRegionIsChanging={this.onRegionIsChanging} | |||
onDidFinishRenderingMapFully={this.onDidFinishRenderingMapFully} | |||
attributionEnabled | |||
logoEnabled | |||
logoPosition={{ bottom: 150, left: 10 }} |
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.
Co-authored-by: Brian Beckerle <[email protected]>
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.
this looks good! Awesome work! thanks for pushing through!
Impressive effort 👏👏👏 |
This PR resolves []
Description
Bumps
react-native
version from0.73.10
to0.75.4
.Removed Patches:
Bumped Dependencies:
@gorhom/bottom-sheet
@react-native-async-storage/async-storage
"@react-native-mapbox-gl/maps": "8.5.0"
removed in favor of"@rnmapbox/maps": "10.1.31",
@shopify/flash-list
@stripe/stripe-react-native
moti
react-native-reanimated
Removed Dependencies:
Flipper related stuff and react devtools (the react dev tools are still acessible with
npx react-devtools
"deprecated-react-native-prop-types": "4.1.0",
"react-devtools-core"
"rn-flipper-async-storage-advanced": "1.0.5",
"redux-flipper": "2.0.2",
"react-native-flipper": "0.265.0",
"react-native-flipper-performance-plugin": "0.4.0",
"react-native-flipper-relay-devtools": "1.0.3",
Important
Flipper is decoupled from react native - we will run a survey to see if we need to bring it back or not
PR Checklist
To the reviewers 👀
Changelog updates
Changelog updates
Cross-platform user-facing changes
iOS user-facing changes
Android user-facing changes
Dev changes
Need help with something? Have a look at our docs, or get in touch with us.