0.0.7 • Published 4 years ago
react-native-quarapay-wallet v0.0.7
react-native-quarapay-wallet
Quarapay wallet sdk for react native
Installation
npm install react-native-quarapay-wallet
Linking in React Native >= 0.60
Linking the package is not required anymore with Autolinking.
iOS Platform:
$ npx pod-install
Extra Steps
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view react-native-vector-icons
npx react-native link
Above libraries are required for this library to work.
Usage
import QuarapayWallet from 'react-native-quarapay-wallet';
<QuarapayWallet
token={'quarapay authenticated token'}
phoneNumber={'quarapay customer number'}
/>;
License
MIT