1.0.0 • Published 2 years ago

react-native-atome-paylater v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

react-native-atome-paylater

Atome paylater react native SDK

Installation

npm install react-native-atome-paylater

Usage

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();
}, []);

License

MIT

1.0.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago