Skip to content

Commit 7fb31af

Browse files
committed
card creation UI
1 parent 51b4203 commit 7fb31af

File tree

9 files changed

+446
-153
lines changed

9 files changed

+446
-153
lines changed

package-lock.json

Lines changed: 23 additions & 121 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"expo-linear-gradient": "~13.0.2",
4141
"expo-linking": "~6.3.1",
4242
"expo-local-authentication": "~14.0.1",
43-
"expo-notifications": "~0.29.11",
4443
"expo-secure-store": "~14.0.0",
4544
"expo-splash-screen": "~0.27.7",
4645
"expo-status-bar": "~1.12.1",
@@ -54,6 +53,7 @@
5453
"react-native": "0.75",
5554
"react-native-gesture-handler": "~2.21.2",
5655
"react-native-image-viewing": "^0.2.2",
56+
"react-native-modal": "^13.0.1",
5757
"react-native-pager-view": "6.5.1",
5858
"react-native-reanimated": "~3.16.3",
5959
"react-native-safe-area-context": "4.10.5",
@@ -81,4 +81,4 @@
8181
"typescript": "~5.3.3"
8282
},
8383
"private": true
84-
}
84+
}

src/Navigator.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export default function Navigator() {
6969
// headerStyle: { backgroundColor: themeColors.background },
7070
headerShown: false,
7171
tabBarStyle: { position: "absolute" },
72+
tabBarHideOnKeyboard: true,
7273
tabBarBackground: () => (
7374
<BlurView
7475
tint={scheme == "dark" ? "dark" : "light"}

0 commit comments

Comments
 (0)