Skip to content

Commit cd43345

Browse files
authored
Merge pull request Expensify#54882 from Expensify/jules-addHybridAppBuildStep
Add HybridApp setup step to prevent build issues
2 parents d4c95e1 + bcc8c2c commit cd43345

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ You can only build HybridApp if you have been granted access to [`Mobile-Expensi
463463
[url "https://github.com/"]
464464
insteadOf = ssh://[email protected]/
465465
```
466+
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
467+
- The following runtime error often indicates that YAPL has not been built correctly: `undefined is not an object (evaluating'Store.ReportHistory.bindCacheClearingEvents')`
466468

467469
At this point, the default behavior of some `npm` scripts will change to target HybridApp:
468470
- `npm run android` - build HybridApp for Android

0 commit comments

Comments
 (0)