-
Notifications
You must be signed in to change notification settings - Fork 582
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
034e76d
build(deps): bump react-native from 0.73.10 to 0.74.6
gkartalis 9294bdf
pbxproj
gkartalis f59a122
fix: mapbox fix attempt still having issues with registering map city…
gkartalis 78c35a5
podfile diff
brainbicycle d70671f
update bridge handling to fix city guide modules
brainbicycle f7c15b8
build(deps): bump react-native from 0.74.6 to 0.75.4
gkartalis 488deb1
bump react native ios cli patch
gkartalis 551832f
bump other deps
gkartalis 1ec7f47
fix deps
gkartalis a4524b6
chore: remove react native patch
gkartalis 7208c75
testing changes
gkartalis 45daf6f
fix getConstants types
gkartalis 9ad5f3e
docs: remove hacks entry for react native
gkartalis f18c6fc
fix: bottom-sheet migration
gkartalis 54aa466
fix moti broken animation
gkartalis a735c84
reanimated test mock
gkartalis 5dbaf23
mock new func for constants
brainbicycle 841146b
fix mocks in migration tests
brainbicycle f7ff8bb
fix failure in registration test
brainbicycle 01bbe49
fix failure in confirm bid test
brainbicycle 77c6448
Merge branch 'main' into gkartalis/bump-rn-74
gkartalis d34f5a1
patch collapsible-tab view
gkartalis a19543e
refresh caches
gkartalis 11d63c1
android workaround 44291 issue bundle size
gkartalis a351c81
Merge branch 'main' into gkartalis/bump-rn-74
gkartalis dca58e3
bump flashlist + pager view
gkartalis 6fac789
get rid of patch
gkartalis c64a76b
revert the android workaround tryout
gkartalis 1fd204a
bump palette canary
gkartalis 47d7448
rtl support
gkartalis 3510da8
remove proptype hack and entry from package json
gkartalis 4650e5e
Update ios/Artsy/Emission/ViewControllers/ARMapComponentViewController.m
gkartalis a558521
Update src/app/AppRegistry.tsx
gkartalis d5f4937
chore: address pr comments and type issues
gkartalis 75256b2
get rid of displayLicensingViews native method
gkartalis fdfefdc
bring back licencing mapbox logo on the JS side
gkartalis 55f3778
Merge branch 'main' into gkartalis/bump-rn-74
gkartalis 70330d4
fix: dependencies
gkartalis a52c599
remove commented code
brainbicycle 5346646
minor cleanup
brainbicycle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -436,13 +436,13 @@ function getNativeModules(): OurNativeModules { | |
}, | ||
|
||
ARNotificationsManager: { | ||
nativeState: { | ||
getConstants: jest.fn(() => ({ | ||
userAgent: "Jest Unit Tests", | ||
authenticationToken: "authenticationToken", | ||
launchCount: 1, | ||
userID: "userID", | ||
userEmail: "[email protected]", | ||
}, | ||
})), | ||
postNotificationName: jest.fn(), | ||
didFinishBootstrapping: jest.fn(), | ||
reactStateUpdated: jest.fn(), | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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