# Example using the Getid SDK for React Native

## Starting the Example App
- Before starting the app on iOS or Android, you need to ensure that the required dependencies for each platform are installed. Please visit this link to set up your environment: [https://reactnative.dev/docs/environment-setup](https://reactnative.dev/docs/environment-setup)
- Before opening the app, make sure to set the environment variables inside the `.env` file (you can copy from `.env.example`).
- After setting up your environment to work with React Native, open the root folder of this repository and then use `yarn install` to install all the packages. Next, run `npm run example start-native`. This will open a Metro server and prompt you to choose the platform on which you want to run the example app.
