Skip to content

Commit

Permalink
Merge branch 'patch' of github.com:gluestack/gluestack-ui into patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Suraj authored and Suraj committed May 15, 2024
2 parents 53bc3f3 + 5001bab commit 3392503
Show file tree
Hide file tree
Showing 31 changed files with 10,445 additions and 14,599 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 3392503

Please sign in to comment.