Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 437 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 437 Bytes

bitcoinjs-lib Testing Boilerplate

This is a boilerplate react-native repository for bitcoinjs-lib testing.

Setup

git clone https://github.com/coreyphillips/RNBitcoinJS

cd RNBitcoinJS

yarn install

react-native run-ios or react-native run-android

Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can run the following command:

yarn cache clean