-
Hermes (and probably Moddable, QuickJS, etc?) doesn't preserve the source by default since everything is compiled to bytecode in advance. In other words "hide source" is the default. It seems that suc…
-
**Describe the bug**
I'm using the `useEditorBridge()` hook inside a modal component and on the mount of the component, I'm getting an "Editor isn't ready yet" warning.
**To Reproduce**
This is m…
-
I understand that it was asked to turn the sandbox option to false in order to protect source code using bytecode plugin as it uses the nodevm, however it is kinda dangerous tbh to do so although ther…
-
## Problem
I'm using a custom implementation of a Logger which outputs all logs in the following format:
```
[current time] [function that invoked log()]: [log message]
```
My log function …
-
When enabling the Hermes JavaScript engine for Android the app crashes immediately at launch:
`java.lang.IllegalArgumentException: Receiver not registered: org.wonday.orientation.OrientationModule$…
-
## Problem
At present it does not look like Hermes has support for running WASM via a `global.WebAssembly`.
## Solution
Would love to see an option for doing essentially the inverse of this:
…
-
### Check all the boxes below
- [X] I have checked that this bug hasn't already been reported
### Discord username
@rairof
### Detailed Info
`Send spotify invite link` button to replace Camara bu…
-
I encounter this warning whenever i use the `PressableScale` from `pressto` (`PressableOpacity` not tested).
Usage:
```jsx
{renderContent()}
```
Logs:
```zsh
WARN [react-native-gestu…
-
### Introduction
What about serving React native with its own js compiler which compiles jsbundle to bytecode and then into executable binary.
Which is same like Flutter came with its own "Game En…
-
Hi Jonny,
Thanks for the library I've used it in most of my projects over the years. I believe that this is is creating a regular bundle to be interpreted with JSC and not the bundle/bytecode that …