From 0a653a4ebd4ab08ed0b44abca83453035a1a0383 Mon Sep 17 00:00:00 2001 From: konaspandana017 <2400032836@kluniversity.in> Date: Fri, 14 Nov 2025 11:43:55 +0530 Subject: [PATCH] docs: clarify how to run app using local resources --- .../app/configuring/config-types/application.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/engineering/app/configuring/config-types/application.mdx b/docs/engineering/app/configuring/config-types/application.mdx index f20f831d2a5..e582b6fbe34 100644 --- a/docs/engineering/app/configuring/config-types/application.mdx +++ b/docs/engineering/app/configuring/config-types/application.mdx @@ -58,6 +58,17 @@ The `logGpsLocation` config takes in a list of `LocationLogOptions` to toggle wh +## How to run the app using local resources + +To run the app using local configuration files instead of remote content, place your JSON config files inside: + +`android/app/src/main/assets/configs/` + +The reference app uses the same structure, so map the config types (application, register, profile, navigation, etc.) into the same folder with their respective file names, for example: + +`android/app/src/main/assets/configs/application.json` + + ## Config properties |Property | Description | Required | Default |