diff --git a/CodePush.m b/CodePush.m index 3094346..5c1fc1a 100644 --- a/CodePush.m +++ b/CodePush.m @@ -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]; }