Orchestration SDKs

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.

  1. In a web browser, navigate to https://github.com/ForgeRock/ping-react-native-sdk.

  2. Download the source code using one of the following methods:

    Download a ZIP file
    1. Click Code, and then click Download ZIP.

      github download zip react native
      Figure 1. Downloading a zip file of the React Native SDK repo.
    2. Extract the contents of the downloaded ZIP file to a suitable location.

    Use a Git-compatible tool to clone the repo locally
    1. Click Code, and then copy the HTTPS URL.

      github clone react native
      Figure 2. Cloning the React Native SDK repo using Git.
    2. 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.