Skip to main content

Posts

Showing posts from April, 2021

React native app | event2/event-config.h file not found

  ERROR : event2/event-config.h file not found react native app Sol :  Just change use_flipper! to use_flipper!({ 'Flipper' => '0.80. 0' }) Then either in ios folder, run pod install again, or in your react native project root directory, run npx pod-install again URL : https://stackoverflow.com/questions/66019068/event2-event-config-h-file-not-found