---
title: Step 1. Downloading the sample repo
description: Download or clone the Ping Identity React Native SDK repository from GitHub to get the PingSampleApp project.
component: orchsdks
page_id: orchsdks:journey:try-it-out/react-native/01_download_samples
canonical_url: https://developer.pingidentity.com/orchsdks/journey/try-it-out/react-native/01_download_samples.html
llms_txt: https://developer.pingidentity.com/orchsdks/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
keywords: ["PingOne Advanced Identity Cloud", "PingAM", "Journeys", "Setup &amp; Configuration", "Source Code", "Tutorial", "SDK", "React Native"]
---

# Step 1. Downloading the sample repo

[icon: circle-check, set=far]PingOne Advanced Identity Cloud [icon: circle-check, set=far]PingAM [icon: react, set=fab]React Native

* [Prepare](00_before-you-begin.html)

* **Download**

* [Install](02_prepare-projects.html)

* [Configure](03_configure_sample.html)

* [Run](04_run_the_sample.html)

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](../../../_images/github-download-zip-react-native.png)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](../../../_images/github-clone-react-native.png)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:

        ```shell
        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.
