rn-ios
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.txt · Last modified: 2023/11/14 12:22 by 127.0.0.1