Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
fix: provider import
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-tailor authored Sep 13, 2023
1 parent 1939eaa commit 1c5c031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ function App({ children }) {
}
```

1. Now you can use `@gluestack-style/react` to style your components by using the `styled` function provided by the library. For example:
2. Now you can use `@gluestack-style/react` to style your components by using the `styled` function provided by the library. For example:

```jsx
import React from 'react';
import { styled } from '@gluestack-style/react';
import { styled, StyledProvider } from '@gluestack-style/react';

const StyledButton = styled(
Pressable,
Expand Down

0 comments on commit 1c5c031

Please sign in to comment.