UNPKG

@adyen/react-native

Version:

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

11 lines (10 loc) 214 B
"use strict"; import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ defaultButton: { minWidth: 150, minHeight: 60 } }); export default styles; //# sourceMappingURL=Styles.js.map