Skip to content

Commit

Permalink
Update index.themed.stories.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
surajahmed authored Mar 7, 2024
1 parent 27c0afa commit d3ce823
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Create a `components/` folder inside `src` folder and add path in `tsconfig.json

### Step 3: Configure GluestackUIProvider

To add config, create a `GluestackUIProvider/config.ts` file in your `components/` folder and paste the following code.
To add config, create a `gluestack-ui-provider/config.ts` file in your `components/` folder and paste the following code.

<CollapsibleCode>

Expand All @@ -68,7 +68,7 @@ To add config, create a `GluestackUIProvider/config.ts` file in your `components

</CollapsibleCode>

To add `GluestackUIProvider`, create a `GluestackUIProvider/index.tsx` file inside `components/` folder and paste the following code.
To add `GluestackUIProvider`, create a `gluestack-ui-provider/index.tsx` file inside `components/` folder and paste the following code.

<CollapsibleCode>

Expand Down

0 comments on commit d3ce823

Please sign in to comment.