react-native-add-wallet

Add to Wallet Module for React Native

Button Add to Wallet
Add To Wallet Button Add To Wallet Screen

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

GitHub

View Github