https://github.com/bitcoin-api/bitcoin-app
Bitcoin App by Bitcoin-Api.io
https://github.com/bitcoin-api/bitcoin-app
Last synced: 6 months ago
JSON representation
Bitcoin App by Bitcoin-Api.io
- Host: GitHub
- URL: https://github.com/bitcoin-api/bitcoin-app
- Owner: bitcoin-api
- License: bsd-3-clause
- Created: 2020-05-06T20:01:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T09:43:46.000Z (about 2 years ago)
- Last Synced: 2025-08-22T22:24:25.060Z (7 months ago)
- Language: JavaScript
- Homepage: https://Bitcoin-Api.io
- Size: 2.03 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitcoin-app
#### A Bitcoin App by [Bitcoin-Api.io](https://bitcoin-api.io)
[](https://badge.fury.io/js/bitcoin-app)
## About
A [React Native](https://reactnative.dev) bitcoin app plugin component for effortlessly
incorporating bitcoin functionality into your React Native apps.
Also, check out [bitcoin-web-app](https://www.npmjs.com/package/bitcoin-web-app), the React web version of bitcoin-app, brought to you by [Bitcoin-Api.io](https://bitcoin-api.io)!🖖
## Table of Contents
* [Install](#install)
* [Setup](#setup)
* [Example](#example)
## Install
With "bitcoin-app", all that's needed is to first install the NPM module:
```
npm install bitcoin-app --save
```
This needs to be done in the React Native app folder and the following peer-dependencies also need to be installed and linked to your existing React Native app:
* [React Native Async Storage](https://github.com/react-native-community/async-storage)
* [React Native Clipboard](https://github.com/react-native-community/clipboard)
## Setup
Next, import the BitcoinApp React Native component and place it in your existing React Native App:
```.js
import BitcoinApp from 'bitcoin-app';
...
const App = () => {
return (
);
};
```
## Example
Using the installation and setup steps above, the following bitcoin app is now available within your React Native app!:
---
This is an open-source project - open to PRs, suggestions, Github Issues, comments, complaints and compliments.😁
#### Technical Support
email: support@bitcoin-api.io
phone: +1 866-606-4133 (6pm-11pm Monday to Friday EST)