Commit a0f21e0c authored by Libin Lu's avatar Libin Lu Committed by GitHub

fix warning

parent 750054e2
......@@ -383,7 +383,7 @@ RCT_EXPORT_METHOD(getScheduledLocalNotifications:(RCTPromiseResolveBlock)resolve
}
}
RCT_EXPORT_METHOD(setBadgeNumber: (NSInteger*) number)
RCT_EXPORT_METHOD(setBadgeNumber: (NSInteger) number)
{
[RCTSharedApplication() setApplicationIconBadgeNumber:number];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment