Skip to content

Commit

Permalink
fix: toast offset
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Sep 7, 2024
1 parent 5cdfa4b commit 24a6cd6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 35 deletions.
2 changes: 1 addition & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function Root() {
<BottomSheetModalProvider>
<ModalProvider stack={stack}>
<Slot />
<Toaster />
<Toaster position="bottom-center" offset={50} />
</ModalProvider>
</BottomSheetModalProvider>
</GestureHandlerRootView>
Expand Down
Binary file modified bun.lockb
Binary file not shown.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@shopify/flash-list": "1.6.4",
"date-fns": "^3.6.0",
"dnum": "^2.13.1",
"drizzle-orm": "^0.32.2",
"drizzle-orm": "^0.33.0",
"expo": "~52.0.0-canary-20240904-69100c1",
"expo-av": "15.0.0-canary-20240904-69100c1",
"expo-background-fetch": "13.0.0-canary-20240904-69100c1",
Expand Down Expand Up @@ -68,7 +68,7 @@
"react-native-modalfy": "^3.5.4",
"react-native-pager-view": "6.4.0",
"react-native-reanimated": "~3.15.1",
"react-native-reanimated-toasts": "^0.4.0",
"react-native-reanimated-toasts": "npm:@hyoban/[email protected].0",
"react-native-safe-area-context": "4.10.9",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
Expand All @@ -81,7 +81,7 @@
"rehype-stringify": "^10.0.0",
"shaka-player": "^4.11.0",
"swr": "^2.2.5",
"tldts": "^6.1.42",
"tldts": "^6.1.43",
"unified": "^11.0.5",
"vfile": "5.3.7",
"zod": "^3.23.8",
Expand All @@ -98,10 +98,10 @@
"@types/react": "~18.2.79",
"autoprefixer": "^10.4.20",
"babel-plugin-inline-import": "^3.0.0",
"drizzle-kit": "^0.23.2",
"drizzle-kit": "^0.24.2",
"eslint": "^9.10.0",
"eslint-config-hyoban": "^3.1.5",
"hono": "^4.5.1",
"hono": "^4.5.11",
"lint-staged": "^15.2.10",
"postcss": "^8.4.45",
"simple-git-hooks": "^2.11.1",
Expand All @@ -126,7 +126,6 @@
}
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]"
}
}
27 changes: 0 additions & 27 deletions patches/[email protected]

This file was deleted.

0 comments on commit 24a6cd6

Please sign in to comment.