import React from 'react';
import { VStack, Text, Divider, Heading } from '@native-base/v3';
import { number } from '@storybook/addon-knobs';
export default function () {
return (
}
space={number('Space', 4)}
width="100%"
>
VStack
Test Text
Testing this text with Stacks
Testing this text with Stacks
Testing this text with Stacks
);
}