Skip to content

Commit

Permalink
chore: Expo 51 & RN 0.74 (#1026)
Browse files Browse the repository at this point in the history
* expo 51

* rev postinstall

* add textdecoder polyfill
  • Loading branch information
juliusmarminge authored May 11, 2024
1 parent 1680ac5 commit 55b4e20
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 768 deletions.
29 changes: 15 additions & 14 deletions apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,29 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@expo/metro-config": "^0.17.7",
"@shopify/flash-list": "1.6.3",
"@bacons/text-decoder": "^0.0.0",
"@expo/metro-config": "^0.18.1",
"@shopify/flash-list": "1.6.4",
"@tanstack/react-query": "^5.35.1",
"@trpc/client": "11.0.0-rc.364",
"@trpc/react-query": "11.0.0-rc.364",
"@trpc/server": "11.0.0-rc.364",
"expo": "~50.0.14",
"expo-constants": "~15.4.5",
"expo-dev-client": "~3.3.11",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.8",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"expo": "~51.0.2",
"expo-constants": "~16.0.1",
"expo-dev-client": "~4.0.13",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.11",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"nativewind": "~4.0.36",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "~0.73.6",
"react-native": "~0.74.1",
"react-native-css-interop": "~0.0.34",
"react-native-gesture-handler": "~2.14.1",
"react-native-reanimated": "~3.8.1",
"react-native-safe-area-context": "~4.8.2",
"react-native-screens": "~3.29.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "~4.10.1",
"react-native-screens": "~3.31.1",
"superjson": "2.2.1"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions apps/expo/src/app/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import "@bacons/text-decoder/install";

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

import { TRPCProvider } from "~/utils/api";

import "../styles.css";

import { useColorScheme } from "nativewind";

// This is the main layout of the app
// It wraps your pages with the providers they need
export default function RootLayout() {
Expand Down
Loading

0 comments on commit 55b4e20

Please sign in to comment.