Fixing typo

This commit is contained in:
Jonathan Carter
2015-11-25 17:57:17 -08:00
parent 1b9e0b2315
commit 3378f6f5b0

View File

@@ -396,7 +396,7 @@ RCT_EXPORT_METHOD(notifyApplicationReady:(RCTPromiseResolveBlock)resolve
/*
* This method is the native side of the CodePush.restartApp() method.
*/
RCT_EXPORT_METHOD(restartApp
RCT_EXPORT_METHOD(restartApp)
{
[self loadBundle];
}