Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/react-native-fantom/__docs__/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,16 @@ Available pragmas:
- `opt`: optimized and using Hermes bytecode, default for benchmarks.
- `dev-bytecode`: development but using Hermes bytecode instead of plain
text JavaScript code.
- `@fantom_react_fb_flags`: used to set overrides for internal React flags set
in ReactNativeInternalFeatureFlags (Meta use only)

### Debugging

To debug, run your fantom test with the flag `FANTOM_ENABLE_CPP_DEBUGGING`

```shell
FANTOM_ENABLE_CPP_DEBUGGING=1 yarn fantom [optional test pattern]
```

### FAQ

Expand Down
Loading