UNPKG

react-native-paystack-webview

Version:

This package allows you to accept payment in your react native project using paystack

11 lines 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; const react_native_1 = require("react-native"); exports.styles = react_native_1.StyleSheet.create({ container: { flex: 1, backgroundColor: 'white' }, }); //# sourceMappingURL=styles.js.map