Skip to content

thunderbiscuit/bdk-rn-example-apps

Repository files navigation

Readme

This repository hosts example Android and iOS applications for the bdk-rn library.

Read our docs for the workflow required to get both apps working locally.

Screenshot 1 Screenshot 2

Building the Apps

You can easily run our example Android and iOS applications without building the bdk-rn library from source simply by using one of the artifact library tarballs on our release pages.

  1. Clone the bdk-rn-example-apps repository.
  2. Download a pre-built tarball from our GitHub Releases and put it at the root of the repository.
  3. Follow along the next sections to build either the iOS or the Android app and launch it locally.

Running the iOS App

Prerequisite: CocoaPods >= 1.13 (brew install cocoapods should do it).

git clone git@github.com:thunderbiscuit/bdk-rn-example-apps.git
cd bdk-rn-example-apps/
npm install
cd ios/
pod install
npm run ios

Running the Android App

git clone git@github.com:thunderbiscuit/bdk-rn-example-apps.git
cd bdk-rn-example-apps/
npm install

# Start an Android emulator, then run
npm run android

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors