Skip to content

Commit

Permalink
Update example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ntorionbearstudio committed Oct 30, 2024
1 parent ee5b2ec commit 5ad9a73
Show file tree
Hide file tree
Showing 3 changed files with 1,174 additions and 2,411 deletions.
2 changes: 1 addition & 1 deletion example/app/components/Box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const BoxComponent = () => {
bg="white"
m="md"
borderRadius="sm"
shadow="2xl"
boxShadow="5 5 5 0 rgba(255, 0, 0, 0.5)"
justifyContent="center"
alignItems="center"
>
Expand Down
40 changes: 20 additions & 20 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,45 +16,45 @@
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-navigation/native": "^6.0.2",
"expo": "~51.0.28",
"expo-constants": "~16.0.2",
"expo-font": "~12.0.9",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.23",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.10"
"@react-navigation/native": "7.0.0-rc.21",
"expo": "52.0.0-preview.7",
"expo-constants": "17.0.2",
"expo-font": "13.0.0",
"expo-linking": "7.0.2",
"expo-router": "4.0.0-preview.4",
"expo-splash-screen": "0.28.4",
"expo-status-bar": "2.0.0",
"expo-system-ui": "4.0.1",
"expo-web-browser": "14.0.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.0",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.0.0-beta.14",
"react-native-web": "0.19.13"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"@types/react": "18.3.12",
"@types/react-test-renderer": "^18.0.7",
"babel-plugin-module-resolver": "^5.0.2",
"jest": "^29.2.1",
"jest-expo": "~51.0.3",
"jest-expo": "52.0.0-preview.1",
"react-test-renderer": "18.2.0",
"typescript": "~5.3.3"
},
"private": true,
"peerDependencies": {
"@gorhom/bottom-sheet": "5.0.4",
"react-native-gesture-handler": "2.20.2",
"@react-native-community/slider": "4.5.4",
"@shopify/flash-list": "1.5.0",
"color": "4.2.3",
"deepmerge": "4.2.2",
"react-native-animatable": "1.3.3",
"react-native-confirmation-code-field": "7.4.0",
"react-native-gesture-handler": "2.20.2",
"react-native-modal": "13.0.1",
"react-native-pager-view": "6.2.2",
"react-native-reanimated": "3.5.4",
Expand Down
Loading

0 comments on commit 5ad9a73

Please sign in to comment.