import React from 'react'; import { Avatar } from 'native-base'; import { select, number, text } from '@storybook/addon-knobs'; export const Example = () => { return ( {text('name', 'NB')} ); };