Ver código fonte

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

Owen Sikes 6 anos atrás
pai
commit
e1979f1981
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      playground/src/screens/WelcomeScreen.js

+ 1
- 1
playground/src/screens/WelcomeScreen.js Ver arquivo

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,