react-native-atome-paylater
v1.1.5
Published
Atome paylater react native SDK
Downloads
21
Readme
react-native-atome-paylater
Atome paylater react native SDK
Installation
npm install react-native-atome-paylaterUsage
import {isAtomeAppInstalled} from 'react-native-atome-paylater';
import {handlePaymentURL} from 'react-native-atome-paylater';
const init = async () => {
const installed = await isAtomeAppInstalled();
console.log(installed);
};
handlePaymentURL('url');
React.useEffect(() => {
init();
}, []);
For iOS: Add "Queried URL Schemes" to your info.plist, type is "Array", add a string value "apaylater"
eg.

License
MIT
