Browse Source

bugfix - pass subtitle instead of title to subtitle param

Ran Greenberg 8 years ago
parent
commit
f466eaf764
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/deprecated/platformSpecificDeprecated.ios.js

+ 1
- 1
src/deprecated/platformSpecificDeprecated.ios.js View File

@@ -422,7 +422,7 @@ function showModal(params) {
422 422
         <NavigationControllerIOS
423 423
           id={navigatorID}
424 424
           title={params.title}
425
-          subtitle={params.title}
425
+          subtitle={params.subtitle}
426 426
           titleImage={params.titleImage}
427 427
           component={params.screen}
428 428
           passProps={passProps}