Skip to content
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

Make example-app use expo 52 and clean worklet functions #43

Merged
merged 10 commits into from
Nov 26, 2024
Prev Previous commit
Next Next commit
feat: match lib dev dependencies to example app's
  • Loading branch information
Antoine Cottineau committed Nov 25, 2024
commit 113455c55be5d3018296c51e1af9d1101d7d279f
Binary file modified .yarn/install-state.gz
Binary file not shown.
8 changes: 4 additions & 4 deletions library/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"babel-preset-expo": "~11.0.0",
"jest": "^29.3.1",
"jest-expo": "~51.0.3",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "~3.16.1",
"react-test-renderer": "^18.2.0",
"typescript": "~5.3.3"
},
Expand Down
Loading