fix(android): local asset for android in release (#4784)

* fix: hermes path for android release

* chore: update bun.lock

* fix: handle raw ressources in Android release mode

* fix: replace custom AppContextHolder logic with NitroModules.applicationContext
This commit is contained in:
Thibault Capelli
2025-12-18 13:19:27 +01:00
committed by GitHub
parent 39f88c8b05
commit 00a6b19736
4 changed files with 34 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ react {
/* Hermes Commands */
// The hermes compiler command to run. By default it is 'hermesc'
// hermesCommand = "$rootDir/my-custom-hermesc/bin/hermesc"
hermesCommand = "$rootDir/../../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
//
// The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
// hermesFlags = ["-O", "-output-source-map"]