Skip to content

Commit

Permalink
Merge pull request #2045 from gluestack/release/@gluestack-ui/modal@0…
Browse files Browse the repository at this point in the history
….1.32

release: @gluestack-ui/modal version 0.1.32
  • Loading branch information
Viraj-10 authored Apr 5, 2024
2 parents 4f460e0 + 678f8cc commit 4f84d76
Show file tree
Hide file tree
Showing 109 changed files with 4,685 additions and 309 deletions.
1 change: 1 addition & 0 deletions example/storybook-nativewind/.storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const parameters = {
'Link',
'Pressable',
'Radio',
'Select',
'Slider',
'Switch',
'Textarea',
Expand Down
4 changes: 4 additions & 0 deletions example/storybook-nativewind/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ module.exports = function (api) {
__dirname,
'../../packages/unstyled/toast/src'
),
'@/extra-components/nativewind': path.resolve(
__dirname,
'./src/core-components/nativewind'
),
'tailwind.config': path.join(
__dirname,
'../../example/storybook-nativewind/tailwind.config.js'
Expand Down
2 changes: 1 addition & 1 deletion example/storybook-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@geometricpanda/storybook-addon-iframe": "^0.2.2",
"@gluestack-style/react": "^1.0.52",
"@gluestack-ui/config": "^1.1.17",
"@gluestack-ui/themed": "^1.1.21",
"@gluestack-ui/themed": "^1.1.22",
"@gluestack/design-system": "^0.5.36",
"@legendapp/motion": "^2.2.0",
"@react-aria/button": "^3.7.0",
Expand Down
Loading

0 comments on commit 4f84d76

Please sign in to comment.