Errores

Expected a type RNGestureHandlerManager.h

Hay que agregar en el archivo RNGestureHandlerManager.h en la linea 2

   #import <React/RCTEventDispatcher.h>

No visible @interface for RCTBundleURLProvider

Remplazar el siguiente codigo

   return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];  

por

   return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];