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

7 lines (6 loc) 225 B
import { useQuery } from '@tanstack/react-query'; import axiosConfig from '../http-common'; export const useGetBanks = () => useQuery({ queryKey: ['getBanks'], queryFn: async () => await axiosConfig.get('/bank'), });