Skip to content

Commit

Permalink
expo 52 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pinocchio-life-like committed Dec 21, 2024
1 parent 5b3260e commit c8d888d
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 72 deletions.
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@rehookify/datepicker": "^6.6.1",
"@shopify/flash-list": "^1.7.2",
"@shopify/flash-list": "1.7.1",
"@tamagui-extras/core": "^1.12.2",
"@tamagui-extras/form": "^1.17.2",
"@tamagui/animations-react-native": "1.96.0",
Expand All @@ -37,27 +37,27 @@
"@tamagui/shorthands": "1.96.0",
"@tamagui/switch": "1.96.0",
"@tamagui/themes": "1.96.0",
"@tamagui/toast": "1.96.0",
"@tamagui/toast": "^1.120.2",
"@tamagui/use-store": "1.96.0",
"@tamagui/web": "1.96.0",
"@tanstack/react-table": "^8.11.2",
"@tanstack/react-virtual": "3.0.0-beta.54",
"@ts-react/form": "^1.8.3",
"awesome-phonenumber": "^6.4.0",
"esbuild": "^0.19.5",
"expo-document-picker": "^12.0.2",
"expo-image-picker": "~14.7.1",
"expo-document-picker": "~13.0.1",
"expo-image-picker": "~16.0.3",
"foxact": "^0.2.33",
"jotai": "^2.6.4",
"moment-range": "^4.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.0",
"react-native": "0.73.6",
"react-native": "0.76.5",
"react-native-calendars": "^1.1305.0",
"react-native-svg": "14.1.0",
"react-native-svg": "15.8.0",
"react-native-web": "^0.19.10",
"swr": "^2.2.5",
"tamagui": "1.96.0",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export { config } from './tamagui.config';
// export * from 'tamagui';

export { ListItem as RListItem } from 'tamagui';
export * from '@tamagui/toast';
export * from './EmptyState';
export * from './Bento';
export * from './DateRangePicker';
Expand Down
Loading

0 comments on commit c8d888d

Please sign in to comment.