RNGestureHandlerEvents.h 'React/RCTEventDispatcher.h' file not found code example
Example: 'React/RCTEventDispatcher.h' file not found
#if __has_include("RCTDefines.h")
#import "RCTDefines.h"
#else
#import <React/RCTDefines.h>
#endif
#if __has_include("RCTDefines.h")
#import "RCTDefines.h"
#else
#import <React/RCTDefines.h>
#endif