Skip to content

Commit

Permalink
fix: removed undwanted comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rayan1810 committed Jun 2, 2022
1 parent a2d1387 commit fef654c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions example/storybook/stories/components/basic/ScrollView/Basic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ import { ScrollView, VStack, Center, useTheme, Heading } from 'native-base';
export const Example = () => {
const { colors } = useTheme();
return (
<ScrollView
w={['200', '300']}
h="80"
// _contentContainerStyle={{
// px: '20px',
// mb: '4',
// minW: '72',
// }}
>
<ScrollView w={['200', '300']} h="80">
<Center mt="3" mb="4">
<Heading fontSize="xl">Cyan</Heading>
</Center>
Expand Down

0 comments on commit fef654c

Please sign in to comment.