Skip to content

chore: patch up react-native example - #312

Open
thomas-pearson-mattr wants to merge 3 commits into
masterfrom
tp/patch-up
Open

chore: patch up react-native example#312
thomas-pearson-mattr wants to merge 3 commits into
masterfrom
tp/patch-up

Conversation

@thomas-pearson-mattr

@thomas-pearson-mattr thomas-pearson-mattr commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Patches up the example project a bit & resolves some security vulnerabilities.

  1. Patch react-native-community version mismatch in example

react-native-community must be 15.x for RN 0.76.9. Otherwise metro dev server won't work when building locally.

  1. Upgrade react-native example cocoapods
    Resolves
  1. Upgrade activesupport for RN example
    Resolves

bigdecimal (4.1.2)
claide (1.1.0)
cocoapods (1.14.3)
cocoapods (1.15.2)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",

@thomas-pearson-mattr thomas-pearson-mattr Jun 5, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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
thomas-pearson-mattr force-pushed the tp/patch-up branch 3 times, most recently from 6282136 to fffda6b Compare June 5, 2026 10:40
@thomas-pearson-mattr
thomas-pearson-mattr marked this pull request as ready for review June 5, 2026 10:55
@thomas-pearson-mattr thomas-pearson-mattr changed the title chore: patch up example chore: patch up react-native example Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant