https://github.com/naturalclar/react-native-add-wallet
Add to wallet module for react native
https://github.com/naturalclar/react-native-add-wallet
Last synced: about 1 year ago
JSON representation
Add to wallet module for react native
- Host: GitHub
- URL: https://github.com/naturalclar/react-native-add-wallet
- Owner: Naturalclar
- License: mit
- Created: 2022-02-16T08:32:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T12:49:29.000Z (over 4 years ago)
- Last Synced: 2025-05-30T19:51:24.566Z (about 1 year ago)
- Language: Java
- Size: 392 KB
- Stars: 14
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-add-wallet
Add to Wallet Module for React Native
| Button | Add to Wallet |
|-------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------|
|  |  |
## Installation
```sh
npm install react-native-add-wallet
```
## Usage
```js
import { AddToWalletButton, openPaymentSetup } from 'react-native-add-wallet';
// ...
export default function App() {
return (
);
}
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT