From ecff2baa9237d765ddb8042ba1e4ea1212ae814d Mon Sep 17 00:00:00 2001 From: ndesai-newrelic <89222514+ndesai-newrelic@users.noreply.github.com> Date: Wed, 16 Aug 2023 13:59:18 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31fc37a..878e236 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,10 @@ Deployment Postprocessing: Yes Strip Linked Product: Yes Strip Debug Symbols During Copy : Yes ``` +### Configure app launch times + +To measure app launch time, you can refer to the following documentation for both [Android](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/install-configure/configure-app-launch-time-android-apps/) and [iOS](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-ios/configuration/app-launch-times-ios-apps/) platforms. + ## Testing ### Jest Configuration @@ -516,4 +520,4 @@ By default, `node_modules` are ignored by transformers by Jest. To configure the "./node_modules/newrelic-react-native-agent/jestSetup.js" ] } -``` \ No newline at end of file +```