chore: patch up react-native example - #312
Open
thomas-pearson-mattr wants to merge 3 commits into
Open
Conversation
| bigdecimal (4.1.2) | ||
| claide (1.1.0) | ||
| cocoapods (1.14.3) | ||
| cocoapods (1.15.2) |
Contributor
Author
There was a problem hiding this comment.
Update cocoapods and depedencies
Comment on lines
+5
to
+9
| activesupport (7.2.3.1) | ||
| base64 | ||
| nkf | ||
| rexml | ||
| activesupport (6.1.7.6) | ||
| concurrent-ruby (~> 1.0, >= 1.0.2) | ||
| benchmark (>= 0.3) | ||
| bigdecimal | ||
| concurrent-ruby (~> 1.0, >= 1.3.1) |
Contributor
Author
There was a problem hiding this comment.
Updates activesupport
Comment on lines
+22
to
+24
| "@react-native-community/cli": "15.1.3", | ||
| "@react-native-community/cli-platform-android": "15.1.3", | ||
| "@react-native-community/cli-platform-ios": "15.1.3", |
Contributor
Author
There was a problem hiding this comment.
Downgraded otherwise the example will not build locally. They are bound to certain react-native versions.
https://github.com/react-native-community/cli?tab=readme-ov-file#compatibility
These dependencies are required for the dev server. CI still passes as detox test will just use a native production build.
thomas-pearson-mattr
force-pushed
the
tp/patch-up
branch
3 times, most recently
from
June 5, 2026 10:40
6282136 to
fffda6b
Compare
…xample react-native-community must be 15.x for RN 0.76.9. Otherwise metro dev server won't work. https://github.com/react-native-community/cli?tab=readme-ov-file#compatibility
thomas-pearson-mattr
force-pushed
the
tp/patch-up
branch
from
June 5, 2026 10:49
fffda6b to
b840fdc
Compare
thomas-pearson-mattr
marked this pull request as ready for review
June 5, 2026 10:55
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Patches up the example project a bit & resolves some security vulnerabilities.
react-native-community must be 15.x for RN 0.76.9. Otherwise metro dev server won't work when building locally.
Resolves
Resolves