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 @@ -768,7 +768,7 @@ - (void)registerExtraLazyModules
768
768
#endif
769
769
}
770
770
771
- - (NSArray <RCTModuleData *> *)_initializeModules : (NSArray <id<RCTBridgeModule> > *)modules
771
+ - (NSArray <RCTModuleData *> *)_initializeModules : (NSArray <Class > *)modules
772
772
withDispatchGroup : (dispatch_group_t )dispatchGroup
773
773
lazilyDiscovered : (BOOL )lazilyDiscovered
774
774
{
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 @@ -304,7 +304,7 @@ - (void)notifyAboutTurboModuleSetup:(const char *)name
304
304
@" %@ has no setter or ivar for its bridge, which is not "
305
305
" permitted. You must either @synthesize the bridge property, "
306
306
" or provide your own setter method." ,
307
- RCTBridgeModuleNameForClass (strongModule));
307
+ RCTBridgeModuleNameForClass ([ strongModule class ] ));
308
308
}
309
309
}
310
310
You can’t perform that action at this time.
0 commit comments