Step 1. Downloading the sample repo
PingOne Advanced Identity Cloud PingAM React Native
The React Native sample app is part of the Ping Identity React Native SDK repository.
Download or clone the repository to get access to the PingSampleApp project.
-
In a web browser, navigate to https://github.com/ForgeRock/ping-react-native-sdk.
-
Download the source code using one of the following methods:
- Download a ZIP file
-
-
Click Code, and then click Download ZIP.
Figure 1. Downloading a zip file of the React Native SDK repo. -
Extract the contents of the downloaded ZIP file to a suitable location.
-
- Use a Git-compatible tool to clone the repo locally
-
-
Click Code, and then copy the HTTPS URL.
Figure 2. Cloning the React Native SDK repo using Git. -
Use the URL to clone the repository to a suitable location.
For example, from the command-line you could run:
git clone https://github.com/ForgeRock/ping-react-native-sdk.git
-
After completing these steps, you will have a local folder named ping-react-native-sdk.
Inside, you’ll find the PingSampleApp project along with the SDK workspace packages.