New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bitcoin-app

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoin-app

Bitcoin app by Bitcoin-Api.io

latest
Source
npmnpm
Version
1.0.42
Version published
Maintainers
1
Created
Source

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)

Keywords

bitcoin

FAQs

Package last updated on 19 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts