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

Commit

Permalink
Merge pull request #82 from gluestack/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
madhav23bansal authored Mar 21, 2023
2 parents 0fdffc5 + 7fc1b76 commit 7355dbb
Show file tree
Hide file tree
Showing 32 changed files with 804 additions and 272 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import { createProvider } from '@gluestack-ui/provider';
import { StyledProvider } from '@dank-style/react';

export const Provider = createProvider({
StyledProvider,
});
1 change: 1 addition & 0 deletions example/expo-app/components/core/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './gluestack-ui-provider';
1 change: 1 addition & 0 deletions example/expo-app/components/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './core';
2 changes: 1 addition & 1 deletion example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@dank-style/react": "0.3.6",
"@dank-style/react": "0.3.7",
"@storybook/addon-actions": "^6.5.14",
"@storybook/addon-controls": "^6.5.14",
"@storybook/addon-docs": "^6.5.15",
Expand Down
Loading

0 comments on commit 7355dbb

Please sign in to comment.