I am trying to build a react-native app in iOS but unfortunately coming across the following issue (referring to libevent/Flipper):
'event2/event-config.h' file not found
I have react-native v0.63.4 and I have linked the packages using react-native link and also run pod update. I have also deleted my Podfile.lock and run pod install again.
My guess is that it is something to do with the Flipper version? When I comment out use_flipper! in my Podfile and build, it works.
Any ideas on how I can resolve this?

