I have a cleanly installed Mac 10.15.7
, with freshly installed xCode (12.4
) on in it. I installed react-native
following the official instructions here. I created a new project and tried to build it (from Xcode), but ended up with this error:
Lexical or Preprocessor Issue - event2/event-config.h file not found
It appears to have something to do with Flipper
. I have absolutely no clue how to fix this, as I am not familiar with CPP
development and the file/data-structure it needs...