UNPKG

@adyen/react-native

Version:

Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native

11 lines (8 loc) 169 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ defaultButton: { minWidth: 150, minHeight: 60, }, }); export default styles;