Browse Source

The title child property is 'text' not 'title'. (#3355)

Owen Sikes 6 years ago
parent
commit
e1979f1981
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/src/screens/WelcomeScreen.js

+ 1
- 1
playground/src/screens/WelcomeScreen.js View File

@@ -17,7 +17,7 @@ class WelcomeScreen extends Component {
17 17
       },
18 18
       topBar: {
19 19
         title: {
20
-          title: 'My Screen'
20
+          text: 'My Screen'
21 21
         },
22 22
         largeTitle: {
23 23
           visible: false,