File tree 3 files changed +3
-2
lines changed
fabric/graphics/platform/ios
turbomodule/core/platform/ios
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ - (void)registerExtraLazyModules
777
777
#endif
778
778
}
779
779
780
- - (NSArray <RCTModuleData *> *)_initializeModules:(NSArray <id <RCTBridgeModule> > *)modules
780
+ - (NSArray <RCTModuleData *> *)_initializeModules:(NSArray <Class > *)modules
781
781
withDispatchGroup:(dispatch_group_t )dispatchGroup
782
782
lazilyDiscovered:(BOOL )lazilyDiscovered
783
783
{
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
#include " Color.h"
9
+ #include < cassert>
9
10
10
11
namespace facebook {
11
12
namespace react {
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ - (void)notifyAboutTurboModuleSetup:(const char *)name
308
308
@" %@ has no setter or ivar for its bridge, which is not "
309
309
" permitted. You must either @synthesize the bridge property, "
310
310
" or provide your own setter method." ,
311
- RCTBridgeModuleNameForClass (strongModule));
311
+ RCTBridgeModuleNameForClass ([ strongModule class ] ));
312
312
}
313
313
314
314
[performanceLogger attachRCTBridgeToRCTTurboModuleEnd: moduleName];
You can’t perform that action at this time.
0 commit comments