Add to wallet module for react native
react-native-add-wallet
Add to Wallet Module for React Native
Button | Add to Wallet |
---|---|
Installation
npm install react-native-add-wallet
Usage
import { AddToWalletButton, openPaymentSetup } from 'react-native-add-wallet';
// ...
export default function App() {
return (
<View style={styles.container}>
<AddToWalletButton onPress={openPaymentSetup} />
</View>
);
}
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT