Skip to content

Commit

Permalink
try getting 0.78 working
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 25, 2025
1 parent 5f82261 commit b803f87
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 361 deletions.
27 changes: 13 additions & 14 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,30 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@bacons/text-decoder": "^0.0.0",
"@expo/metro-config": "^0.19.4",
"@expo/metro-config": "^0.19.9",
"@shopify/flash-list": "1.7.2",
"@tanstack/react-query": "catalog:",
"@trpc/client": "catalog:",
"@trpc/react-query": "catalog:",
"@trpc/server": "catalog:",
"expo": "~52.0.27",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.2",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.9",
"expo-secure-store": "^14.0.0",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"expo-web-browser": "^14.0.1",
"expo-constants": "~17.0.4",
"expo-dev-client": "~5.0.10",
"expo-linking": "~7.0.4",
"expo-router": "~4.0.17",
"expo-secure-store": "^14.0.1",
"expo-splash-screen": "~0.29.21",
"expo-status-bar": "~2.0.1",
"expo-web-browser": "^14.0.2",
"nativewind": "~4.1.23",
"react": "catalog:react18",
"react-dom": "catalog:react18",
"react-native": "0.78.0-rc.1",
"react-native-css-interop": "~0.1.22",
"react-native-gesture-handler": "~2.21.2",
"react-native-reanimated": "~3.16.2",
"react-native-safe-area-context": "~4.14.0",
"react-native-screens": "~4.3.0",
"react-native-gesture-handler": "~2.22.1",
"react-native-reanimated": "~3.16.7",
"react-native-safe-area-context": "~5.2.0-beta.0",
"react-native-screens": "~4.5.0",
"superjson": "2.2.1"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions apps/expo/src/app/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import "@bacons/text-decoder/install";

import { Stack } from "expo-router";
import { StatusBar } from "expo-status-bar";
import { useColorScheme } from "nativewind";
Expand Down
Loading

0 comments on commit b803f87

Please sign in to comment.