Skip to content

Running the iOS Example App

  1. Get into the example directory.
  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 the iOS app and launch it locally.
Screenshot 1

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

# 1. Don't forget to add the tarball at the root of the repo (https://github.com/bitcoindevkit/bdk-rn/releases)

cd example/
just install
just pod-install
just run-ios