Skip to content

Commit

Permalink
Merge pull request #1252 from gluestack/main
Browse files Browse the repository at this point in the history
Backmerge: main
  • Loading branch information
surajahmed authored Oct 11, 2023
2 parents dc5018e + e1dbcd5 commit 4bd8971
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,11 @@ To use the `gluestack-ui` in your project, follow these steps:

```jsx
import { GluestackUIProvider } from '@gluestack-ui/themed';
import { config } from '@gluestack-ui/config';

// Write this code snippet at the root of your application
function App({ children }) {
return <GluestackUIProvider>{children}</GluestackUIProvider>;
return <GluestackUIProvider config={config}>{children}</GluestackUIProvider>;
}
```

Expand Down
8 changes: 4 additions & 4 deletions packages/themed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/themed",
"version": "1.0.3",
"version": "1.0.4",
"main": "build/index.js",
"types": "build/index.d.ts",
"module": "build/index",
Expand Down Expand Up @@ -30,8 +30,8 @@
"license": "ISC",
"dependencies": {
"@expo/html-elements": "latest",
"@gluestack-style/animation-resolver": "^1.0.0",
"@gluestack-style/legend-motion-animation-driver": "^1.0.1",
"@gluestack-style/animation-resolver": "^1.0.2",
"@gluestack-style/legend-motion-animation-driver": "^1.0.2",
"@gluestack-ui/actionsheet": "^0.2.25",
"@gluestack-ui/alert": "^0.1.9",
"@gluestack-ui/alert-dialog": "^0.1.19",
Expand Down Expand Up @@ -71,7 +71,7 @@
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@gluestack-style/react": "^1.0.0",
"@gluestack-style/react": "^1.0.3",
"@types/react-native": "^0.71.6",
"file-loader": "^6.2.0",
"react": "^18.2.0",
Expand Down

0 comments on commit 4bd8971

Please sign in to comment.