Skip to content

Commit

Permalink
Merge pull request #2153 from gluestack/fix/storybook-native-v7
Browse files Browse the repository at this point in the history
Fix/storybook native v7
  • Loading branch information
surajahmed authored May 15, 2024
2 parents 3512751 + 8410764 commit 5001bab
Show file tree
Hide file tree
Showing 37 changed files with 32,101 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import {
TableContainer,
InlineCode,
} from '@gluestack/design-system';
import { transformedCode } from '../../../utils';
import { transformedCode } from '../../utils';

import { config } from '@gluestack-ui/config';
import Wrapper from '../../core-components/nativewind/Wrapper';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SelectWithScrollView = ({ isDisabled, isInvalid, ...props }: any) => {
);
};

SelectWithScrollView.displayName =
SelectWithScrollView.description =
'SelectWithScrollView is an example of how to use Select with list that uses ScrollView on native';

export default SelectWithScrollView;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const SelectWithSectionList = ({ isDisabled, isInvalid, ...props }: any) => {
);
};

SelectWithSectionList.displayName =
SelectWithSectionList.description =
'SelectWithSectionList is an example of how to use Select with list that uses SectionList on native';

export default SelectWithSectionList;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const SelectWithVirtualizedList = ({
);
};

SelectWithVirtualizedList.displayName =
SelectWithVirtualizedList.description =
'SelectWithVirtualizedList is an example of how to use Select with list that uses VirtualizedList on native';

export default SelectWithVirtualizedList;
Expand Down
Loading

0 comments on commit 5001bab

Please sign in to comment.