-
-
Notifications
You must be signed in to change notification settings - Fork 343
chore(deps): Bumps sample app to RN 0.76.3 #4207
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
ebb7d98
Upgrades sample app to RN 0.76.0
antonis f3c875f
Add react-native-safe-area-context with commit reference
antonis f92c67e
Updates react-native-safe-area-context to 4.12.0
antonis adb744d
Use latest stable version of react-native-screens
antonis 0a06263
Update react-navigation libraries
antonis 45e2faf
Set react-native-community/cli version to 15.0.0
antonis 295af6c
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis a5f536f
Upgrade ro RN0.76.1
antonis cf617f4
Updates Gemfile
antonis a6ebb8b
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis a68db6c
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis a731fa4
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis 4379135
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis a75fa9e
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis dd7143d
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis 6a800d3
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis 80c975c
Update to 0.76.2
antonis 7e4aa97
Update dependencies
antonis 622ff2f
Update lockfile
antonis 28279bd
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis 88a2854
Polyfill setImmediate if it doesn't exist
antonis c5c8f76
Require setImmediate
antonis 8b2e4da
Revert "Require setImmediate"
antonis 75e8595
require setimmediate if not defined
antonis b5d061e
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis cc5bb67
Align gemfile with RN sample
antonis 0ee8387
Merge branch 'main' into antonis/chore-samples-rn0.76.0
antonis 3a6ae09
Bump to 0.76.3
antonis db06022
Reverts enforcing native module spec
antonis 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
samples/react-native/android/gradle/wrapper/gradle-wrapper.properties
This file contains hidden or 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 hidden or 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 hidden or 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
1 change: 1 addition & 0 deletions
1
samples/react-native/ios/sentryreactnativesample/AppDelegate.mm
This file contains hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
import type { TurboModule } from 'react-native'; | ||
import { TurboModuleRegistry } from 'react-native'; | ||
import {TurboModule, TurboModuleRegistry} from 'react-native'; | ||
|
||
export interface Spec extends TurboModule { | ||
crashOrString(): string; | ||
} | ||
|
||
export default TurboModuleRegistry.get<Spec>('NativePlatformSampleModule'); | ||
export default TurboModuleRegistry.getEnforcing<Spec>('NativePlatformSampleModule'); |
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.