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