mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 23:05:00 +08:00
Fixed null argument errors for timers and layout animations
This commit is contained in:
@@ -170,7 +170,7 @@ RCT_EXPORT_MODULE(TestModule)
|
||||
}
|
||||
|
||||
RCT_EXPORT_METHOD(testMethod:(NSInteger)integer
|
||||
number:(NSNumber *)number
|
||||
number:(nonnull NSNumber *)number
|
||||
string:(NSString *)string
|
||||
dictionary:(NSDictionary *)dict
|
||||
callback:(RCTResponseSenderBlock)callback)
|
||||
|
||||
Reference in New Issue
Block a user