@adyen/react-native
Version:
Wraps Adyen Checkout Drop-In and Components for iOS and Android for convenient use with React Native
15 lines (14 loc) • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
const styles = _reactNative.StyleSheet.create({
defaultButton: {
minWidth: 150,
minHeight: 60
}
});
var _default = exports.default = styles;
//# sourceMappingURL=Styles.js.map