Project Setup

lucra-react-native-sdk

Pre-Installation

You will need to specify our private native iOS dependency, hosted in GitHub packages, in your Podfile. There are two ways to install a private dependency:

With GitHub Personal Access token

https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens

Select "Classic" with the packages:read permissions and name it "Lucra Token". When installing the native dependencies you will be prompted for your username and this token

With SSH

You can skip this step if you have set up SSH for your GitHub account. In the next steps, you will see how to declare the dependency both ways.

Last updated