import React from 'react'; import { action, storiesOf } from '@kadira/storybook'; import { Button, StyleSheet, View } from 'react-native'; const onButtonPress = action('Button has been pressed!'); const examples = [ { title: 'Simple Button', description: 'The title and onPress handler are required. It is ' + 'recommended to set accessibilityLabel to help make your app usable by ' + 'everyone.', render: function() { return (