import React from 'react'; import { AppBar, IconButton, Text, Icon } from '@native-base/v3'; import { text } from '@storybook/addon-knobs'; export default function () { return ( } />} title={{text('title', 'Header')}} actions={[ } />, } />, } />, ]} bg="blue.4" /> ); }