Browse Source

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

Owen Sikes 7 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
       },
17
       },
18
       topBar: {
18
       topBar: {
19
         title: {
19
         title: {
20
-          title: 'My Screen'
20
+          text: 'My Screen'
21
         },
21
         },
22
         largeTitle: {
22
         largeTitle: {
23
           visible: false,
23
           visible: false,