import React from 'react'; import { VStack, Switch } from 'native-base'; import { select, boolean } from '@storybook/addon-knobs'; export const Example = () => { return ( console.log('button toggle value', val)} iosBgColor="#f8d7d9" /> ); };