Skip to content

Commit

Permalink
chore: Bump web example to 0.76 (#6679)
Browse files Browse the repository at this point in the history
## Summary

When working on
#6622 I
noticed the web example app is not bundling. I found out it stopped
working when the rest of the examples were updated to RN 0.76.

This PR bumps the version of `react-native` and `expo` fixing the
problem and making it compatible with the rest of the repository.

## Test plan

Build and run the web example
  • Loading branch information
alduzy authored Nov 14, 2024
1 parent d6bcf54 commit 36c291a
Show file tree
Hide file tree
Showing 2 changed files with 518 additions and 844 deletions.
4 changes: 2 additions & 2 deletions apps/web-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@react-navigation/native": "^7.0.0",
"@shopify/flash-list": "^1.7.1",
"common-app": "workspace:*",
"expo": "~51.0.2",
"expo": "^52.0.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.0",
"react-native": "0.76.0",
"react-native-reanimated": "workspace:*",
"react-native-web": "0.19.11"
},
Expand Down
Loading

0 comments on commit 36c291a

Please sign in to comment.