Josh
Josh
This should be able to fix the issue. Add to your jest setup. ``` "transform": { "^.+\\.js$": "/node_modules/react-native/jest/preprocessor.js" }, ```
Are there any benchmarks for this against Hermes 0.4.0?
0.62.2 now :)
@Kudo is Jit activated on the android package? If not, how would i go about adding this? Appreciate the work you put in here.
@Kudo Thanks for the direction
@Kudo Any update on this mate or has it taken a back seat?
any updates on this?
For anyone installing this with homebrew, here are the steps i took ``` brew install [email protected] brew tap facebook/fb brew install idb-companion ``` From here i added a couple of...