From bcc8c2cd14516860fa529bed5137a9dc29bf7027 Mon Sep 17 00:00:00 2001 From: Jules Rosser Date: Tue, 7 Jan 2025 16:20:57 +0000 Subject: [PATCH] add hidden HybridApp setup step --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 455f2f61197d..a3862d391518 100644 --- a/README.md +++ b/README.md @@ -463,6 +463,8 @@ You can only build HybridApp if you have been granted access to [`Mobile-Expensi [url "https://github.com/"] insteadOf = ssh://git@github.com/ ``` +3. The first time you build the app you will need to build YAPL (OldDot javascript logic). Simply run `npm run grunt:build:shared` from the `Mobile-Expensify` submodule + - The following runtime error often indicates that YAPL has not been built correctly: `undefined is not an object (evaluating'Store.ReportHistory.bindCacheClearingEvents')` At this point, the default behavior of some `npm` scripts will change to target HybridApp: - `npm run android` - build HybridApp for Android