mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-19 19:39:54 +08:00
update readme whitespaces
This commit is contained in:
@@ -323,10 +323,10 @@ class AppReactPage : ReactPage
|
||||
// deployment key, you can run "code-push deployment ls <appName> -k" to retrieve it.
|
||||
public override string JavaScriptBundleFile
|
||||
{
|
||||
get
|
||||
get
|
||||
{
|
||||
codePushModule = new CodePushModule("deployment-key-here", this);
|
||||
return codePushModule.GetJavaScriptBundleFile();
|
||||
return codePushModule.GetJavaScriptBundleFile();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user