UNPKG

zips-react-native-sdk-test

Version:

Lightweight ZIPS Payment Gateway SDK for React Native - Complete payment solution with card payments, wallet payments (AfrMoney & ZApp), netbanking, and native UI design

17 lines (16 loc) 389 B
export const wallets = [ // { // id: 'afrmoney', // name: 'AfrMoney', // logo: '🌍', // description: 'Digital wallet for African payments', // isActive: true, // }, { id: 'zapp', name: 'ZApp', logo: 'https://zappme.net/logo.jpeg', description: 'Fast and secure mobile payments', isActive: true, }, ];