import React from 'react'; import { Alert, Box, CloseIcon, IconButton, Text } from 'native-base'; import { select } from '@storybook/addon-knobs'; export const Example = () => { return ( } />} actionProps={{ alignSelf: 'center' }} > Error Alert Description ); };