Running the iOS Example App¶
You can easily run our example iOS application without building the bdk-rn library from source simply by using one of the artifact library tarballs on our release pages.
- Clone the bdk-rn-example-apps repository.
- Download a pre-built tarball from our GitHub Releases and put it at the root of the repository.
- Follow along the next sections to build the iOS app and launch it locally.
Prerequisite: CocoaPods >= 1.13 (brew install cocoapods should do it).