react-native-instantpay-aft
v0.1.0
Published
Airtel payment bank
Readme
📱 Platform Support
| Platform | Supported | | -------- | --------- | | Android | ✅ Yes | | iOS | ❌ No |
react-native-instantpay-aft
Airtel payment bank
Installation
npm install react-native-instantpay-aftUsage
import { launch } from 'react-native-instantpay-aft';
// ...
const handleLaunch = async () => {
// pass the url in the launch method
try {
await launch("Url");
} catch (error) {
console.log("Launch failed:", error);
}
};
License
MIT
Created By Instantpay
