Skip to content

Commit

Permalink
fix: expo qr
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor committed Jun 5, 2024
1 parent 27f9a65 commit 0684bac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ toc: false

import { Canvas, Meta, Story } from '@storybook/addon-docs';
import Responsiveness from '../../extra-components/nativewind/Responsive';
import { starterKit } from '../../extra-components/nativewind/appConfig';

<Meta title="with-nativewind/Apps/Starter Kit" />

# Starter Kit

Comming soon...
This [Starter Kit](https://gluestack-ui-starter-kits.vercel.app/) is built using `gluestack-ui` components styled with `NativeWind`.

<Responsiveness {...starterKit} />

GitHub link for this [Starter Kit](https://github.com/gluestack/gluestack-ui-starter-kits).
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const starterKit = {
},
iframeUri: 'https://gluestack-ui-starter-kits.vercel.app/',
qrCodeUri:
'https://qr.expo.dev/eas-update?slug=exp&projectId=148098d1-7e19-4326-9814-dd661a192776&groupId=1108da79-732d-4d9f-8ee6-487a8c44151c',
'https://qr.expo.dev/eas-update?slug=exp&projectId=148098d1-7e19-4326-9814-dd661a192776&groupId=552a8e7a-2682-451d-97c5-1d633e75acd1',
};

export default kitchensink;

0 comments on commit 0684bac

Please sign in to comment.