react-navigation v6 버전을 설치 후, 아래의 warning이 발생하였다.
RCTBridge required dispatch_sync to load RNGestureHandlerModule. This may lead to deadlocks
./ios/AppName/AppDelegate.m. 파일 내에 #import "AppDelegate.h". 문 바로 뒤에 다음을 추가한다.
#if RCT_DEV
#import <React/RCTDevLoadingView.h>
#endif