Skip to content

Commit

Permalink
chore: bump examples to RN 0.75.4 (#2399)
Browse files Browse the repository at this point in the history
## Description

This PR bumps RN version in the example apps to 0.75.4

## Changes

- updated RN version in all examples
- fixed metro config in TVOSExample

<!--
Please describe things you've changed here, make a **high level**
overview, if change is simple you can omit this section.

For example:

- Updated `about.md` docs

-->

<!--

## Screenshots / GIFs

Here you can add screenshots / GIFs documenting your change.

You can add before / after section if you're changing some behavior.

### Before

### After

-->

## Test code and steps to reproduce

<!--
Please include code that can be used to test this change and short
description how this example should work.
This snippet should be as minimal as possible and ready to be pasted
into editor (don't exclude exports or remove "not important" parts of
reproduction example)
-->

## Checklist

- [x] Ensured that CI passes
  • Loading branch information
alduzy authored Oct 11, 2024
1 parent dbf4cc8 commit c1ca095
Show file tree
Hide file tree
Showing 19 changed files with 1,953 additions and 1,790 deletions.
526 changes: 263 additions & 263 deletions Example/ios/Podfile.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"jotai": "^2.9.0",
"nanoid": "^4.0.2",
"react": "18.3.1",
"react-native": "0.75.0-rc.6",
"react-native": "0.75.4",
"react-native-gesture-handler": "^2.17.1",
"react-native-reanimated": "3.14.0",
"react-native-restart": "^0.0.27",
Expand All @@ -42,10 +42,10 @@
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.0-rc.6",
"@react-native/eslint-config": "0.75.0-rc.6",
"@react-native/metro-config": "0.75.0-rc.6",
"@react-native/typescript-config": "0.75.0-rc.6",
"@react-native/babel-preset": "0.75.4",
"@react-native/eslint-config": "0.75.4",
"@react-native/metro-config": "0.75.4",
"@react-native/typescript-config": "0.75.4",
"@types/jest": "^29.2.5",
"@types/react": "^18.2.72",
"@types/react-native": "0.72.2",
Expand Down
380 changes: 165 additions & 215 deletions Example/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit c1ca095

Please sign in to comment.