User Tools

Site Tools


rn-ios

This is an old revision of the document!


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"];
rn-ios.1673006557.txt.gz · Last modified: 2023/11/14 12:22 (external edit)