import React from 'react'; import Button from '.'; const buttonProps = { title: 'Press me!', type: 'primary', onPress: () => {}, testID: 'testButton' }; export default { title: 'Button' }; export const PrimaryButton = () =>