Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/kitchen-sink/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Header = () => {
className="h-5 w-5 rounded-sm lg:h-6 lg:w-6 xl:h-7 xl:w-7"
/>
<Text className="font-medium text-sm lg:text-base xl:text-lg text-typography-900">
Powered by gluestack-ui v2
Powered by gluestack-ui v3
</Text>
</HStack>
<Heading className="mb-2 xl:mb-[18px] text-4xl lg:text-5xl xl:text-[56px]">
Expand Down
6 changes: 3 additions & 3 deletions apps/website/components/docs-components/apps/appConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export const dashboard = {
};
export const kitchensink = {
updateIds: {
android: 'e073f0d2-6b2b-4e53-939f-e02b54c01bcd',
ios: '8c234d27-da2f-4eed-bac1-9903f94c2711',
android: '237b603b-a038-4cd2-9d4f-d87c5881dc75',
ios: '6d1dcf62-7b3d-42cc-8bdd-1577543b50e0',
},
iframeUri: 'https://kitchen-sink-gluestack.vercel.app/',
qrCodeUri:
'https://qr.expo.dev/eas-update?slug=exp&projectId=b3529931-c47f-4970-aa9f-de2f59c05f07&groupId=be205f97-2c8d-48fa-806b-1efbc90036eb&host=u.expo.dev',
'https://qr.expo.dev/eas-update?slug=exp&projectId=b3529931-c47f-4970-aa9f-de2f59c05f07&groupId=f652a2df-5594-4023-9759-1843130cf9de&host=u.expo.dev',
};
export const todoapp = {
updateIds: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const Kitchensink = () => {
<Box className="flex-1 sm:mt-10 sm:p-10 aspect-[5/3] md:aspect-[604/411]">
<Image
alt="kitchensink image"
src="/assets/kitchensink.png"
src="/assets/kitchensink-app.webp"
fill
sizes="100vw"
unoptimized
Expand Down
Binary file removed apps/website/public/assets/kitchensink-app.png
Binary file not shown.
Binary file added apps/website/public/assets/kitchensink-app.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed apps/website/public/assets/kitchensink.png
Binary file not shown.
6 changes: 3 additions & 3 deletions src/docs-components/apps/appConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export const dashboard = {
};
export const kitchensink = {
updateIds: {
android: 'e073f0d2-6b2b-4e53-939f-e02b54c01bcd',
ios: '8c234d27-da2f-4eed-bac1-9903f94c2711',
android: '237b603b-a038-4cd2-9d4f-d87c5881dc75',
ios: '6d1dcf62-7b3d-42cc-8bdd-1577543b50e0',
},
iframeUri: 'https://kitchen-sink-gluestack.vercel.app/',
qrCodeUri:
'https://qr.expo.dev/eas-update?slug=exp&projectId=b3529931-c47f-4970-aa9f-de2f59c05f07&groupId=be205f97-2c8d-48fa-806b-1efbc90036eb&host=u.expo.dev',
'https://qr.expo.dev/eas-update?slug=exp&projectId=b3529931-c47f-4970-aa9f-de2f59c05f07&groupId=f652a2df-5594-4023-9759-1843130cf9de&host=u.expo.dev',
};
export const todoapp = {
updateIds: {
Expand Down
6 changes: 3 additions & 3 deletions src/docs/apps/dashboard-app/appConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export const dashboard = {
};
export const kitchensink = {
updateIds: {
android: '5756c799-2232-48af-b4ca-e52c0e7f2b37',
ios: '92b0bea4-2cb2-49c4-b9ed-6602bea5677f',
android: '237b603b-a038-4cd2-9d4f-d87c5881dc75',
ios: '6d1dcf62-7b3d-42cc-8bdd-1577543b50e0',
},
iframeUri: 'https://kitchen-sink-v2.gluestack.io/',
qrCodeUri:
'https://qr.expo.dev/eas-update?slug=exp&projectId=8d16a046-45ac-43e4-b730-33c7a0d6d1ea&groupId=bfdd42b2-0ee4-4c5b-a97d-e2db7e7c9f8b&host=u.expo.dev',
'https://qr.expo.dev/eas-update?slug=exp&projectId=b3529931-c47f-4970-aa9f-de2f59c05f07&groupId=f652a2df-5594-4023-9759-1843130cf9de&host=u.expo.dev',
};
export const todoapp = {
updateIds: {
Expand Down