Browse Source

Update styling.md

Yogev B 6 years ago
parent
commit
a25e482fd8
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      docs/docs/styling.md

+ 2
- 2
docs/docs/styling.md View File

11
       topBar: {
11
       topBar: {
12
         title: {
12
         title: {
13
           largeTitle: false,
13
           largeTitle: false,
14
-          title: 'My Screen'
14
+          text: 'My Screen'
15
         },
15
         },
16
         drawBehind: true,
16
         drawBehind: true,
17
         visible: false,
17
         visible: false,
158
 
158
 
159
 * iOS - follow this [guide](https://medium.com/@dabit3/adding-custom-fonts-to-react-native-b266b41bff7f)
159
 * iOS - follow this [guide](https://medium.com/@dabit3/adding-custom-fonts-to-react-native-b266b41bff7f)
160
 
160
 
161
-All supported styles are defined [here](https://github.com/wix/react-native-controllers#styling-navigation). There's also an example project there showcasing all the different styles.
161
+All supported styles are defined [here](https://github.com/wix/react-native-controllers#styling-navigation). There's also an example project there showcasing all the different styles.