In this directory, install all dependencies:
yarn install
(cd ios && pod install)To try this project for yourself you need to create a folder called config in the project root containing 2 files:
-
config/credentials.jsonfile containing:{ "clientToken": "<CLIENT_TOKEN>", "environment": "<ENVIRONMENT_NAME>", "applicationId": "<RUM_APPLICATION_ID>", "CodePushDeploymentKeyAndroid": "<CodePushDeploymentKeyAndroid>", "CodePushDeploymentKeyIOS": "<CodePushDeploymentKeyIOS>" }Follow the following documentation to learn more on appcenter and how to get the codepush keys.
-
config/hosts.jsonfile containing:{ "shopistApiHost": "shopist.io" }
To upload sourcemaps for the app, add a datadog-ci.json file in the project root containing:
{
"apiKey":"<YOUR_DATADOG_API_KEY>"
}Note: The Datadog API key must be valid.