mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-28 20:25:33 +08:00
Ran Convert > To Modern Objective C Syntax
This commit is contained in:
@@ -145,7 +145,7 @@ RCT_EXPORT_MODULE()
|
||||
}
|
||||
|
||||
// call timers that need to be called
|
||||
if ([timersToCall count] > 0) {
|
||||
if (timersToCall.count > 0) {
|
||||
[_bridge enqueueJSCall:@"JSTimersExecution.callTimers" args:@[timersToCall]];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user