1.0.42 • Published 4 years ago

bitcoin-app v1.0.42

Weekly downloads
41
License
BSD-3-Clause
Repository
github
Last release
4 years ago

bitcoin-app

A Bitcoin App by Bitcoin-Api.io

npm version

About

A React Native bitcoin app plugin component for effortlessly incorporating bitcoin functionality into your React Native apps.

Also, check out bitcoin-web-app, the React web version of bitcoin-app, brought to you by Bitcoin-Api.io!🖖

Table of Contents

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:

Setup

Next, import the BitcoinApp React Native component and place it in your existing React Native App:

import BitcoinApp from 'bitcoin-app';

...

const App = () => {
  return (
      <View style={styles.body}>
        <BitcoinApp/>
      </View>
  );
};

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)

1.0.42

4 years ago

1.0.41

4 years ago

1.0.39

4 years ago

1.0.38

4 years ago

1.0.37

4 years ago

1.0.36

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.29

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.30

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.21

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.18

4 years ago

1.0.20

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago