From 3378f6f5b0036c55febaf310ddad46226dc0598e Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Wed, 25 Nov 2015 17:57:17 -0800 Subject: [PATCH] Fixing typo --- CodePush.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; }