Skip to content

Commit bcae4c0

Browse files
committed
feat: change the homepage and dependencies
1 parent 1c1ea50 commit bcae4c0

File tree

3 files changed

+2731
-2578
lines changed

3 files changed

+2731
-2578
lines changed

apps/kitchen-sink/app/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ export default function ComponentList() {
162162
renderItem={renderCategoryItem}
163163
ListHeaderComponent={<Header />}
164164
keyExtractor={(item) => item.category}
165-
contentContainerStyle={{ paddingVertical: 20 }}
166165
showsVerticalScrollIndicator={false}
167166
removeClippedSubviews={true}
168167
maxToRenderPerBatch={3}

apps/kitchen-sink/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"dependencies": {
1717
"@expo/html-elements": "^0.10.1",
1818
"@expo/vector-icons": "^15.0.2",
19-
"@gluestack-ui/core": "^3.0.10",
20-
"@gluestack-ui/utils": "^3.0.11",
19+
"@gluestack-ui/core": "^3.0.12",
20+
"@gluestack-ui/utils": "^3.0.12",
2121
"@legendapp/motion": "^2.4.0",
2222
"@react-navigation/bottom-tabs": "^7.3.10",
2323
"@react-navigation/elements": "^2.3.8",
@@ -43,7 +43,7 @@
4343
"react": "19.1.0",
4444
"react-aria": "^3.41.1",
4545
"react-dom": "19.1.0",
46-
"react-native": "0.81.4",
46+
"react-native": "0.81.5",
4747
"react-native-gesture-handler": "~2.28.0",
4848
"react-native-keyboard-aware-scroll-view": "^0.9.5",
4949
"react-native-reanimated": "^4.1.0",
@@ -52,7 +52,7 @@
5252
"react-native-svg": "15.12.1",
5353
"react-native-web": "^0.21.0",
5454
"react-native-webview": "13.15.0",
55-
"react-native-worklets": "^0.5.1",
55+
"react-native-worklets": "0.5.1",
5656
"react-stately": "^3.39.0",
5757
"tailwind-variants": "^0.1.20",
5858
"tailwindcss": "^3.4.17"

0 commit comments

Comments
 (0)