james allain
james allain
Hey @JerrySievert thanks so much for the quick response. Totally understand not wanting to use a macOS beta build! We cloned down plv8 and ran make, it seems to be...
Well, that gave a lot of output! So much that GitHub wouldn't let me post it, so here's a gist: https://gist.github.com/jamesallain/66d39a4838321cadc5bc1bed4a597049 Running `make` after that exits with a different error:...
``` jamesallain@Jamess-MBP plv8 % cd build/v8 jamesallain@Jamess-MBP v8 % gn -vv gen out.gn/x64.release --check zsh: command not found: gn jamesallain@Jamess-MBP v8 % jamesallain@Jamess-MBP v8 % find . -name 'gn' ./third_party/perfetto/tools/gn...
``` jamesallain@Jamess-MBP v8 % ./third_party/depot_tools/gn -vv gen out.gn/x64.release --check gn.py: Could not find gn executable at: /Users/jamesallain/Desktop/plv8/build/v8/buildtools/mac/gn jamesallain@Jamess-MBP v8 % file third_party/**/gn third_party/depot_tools/gn: Bourne-Again shell script text executable, ASCII text...
I fixed this error by putting the react-native-reanimated/plugin last in babel.config.js. Which it states to do in the [docs](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation). ``` module.exports = { ... plugins: [ ... 'react-native-reanimated/plugin', ], };...
Yeah, downgrading to ```"@expo/webpack-config": "0.16.27"``` worked for me.