mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Change type of params in methods' protocols to nongeneric
Summary: It was mistake which I fix here. Type of param in protocols should be generated struct. See generated struct in snap. It's exactly how it was in previous codegen Reviewed By: RSNara Differential Revision: D16770579 fbshipit-source-id: dac9c15c5d91a41ab2d06aea416f64bd7deb4476
This commit is contained in:
committed by
Facebook Github Bot
parent
d3c30cdfe1
commit
024ce5d1d4
+1
-1
@@ -149,7 +149,7 @@ inline NSString *JS::NativeSampleTurboModule::SpecDifficultAE::F() const
|
||||
|
||||
|
||||
@protocol NativeSampleTurboModuleSpec <RCTBridgeModule, RCTTurboModule>
|
||||
- (NSDictionary *) difficult:(NSDictionary *)A;
|
||||
- (NSDictionary *) difficult:(JS::NativeSampleTurboModule::SpecDifficultA&)A;
|
||||
@end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user