Yogev B před 6 roky
rodič
revize
a25e482fd8
No account linked to committer's email address
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      docs/docs/styling.md

+ 2
- 2
docs/docs/styling.md Zobrazit soubor

@@ -11,7 +11,7 @@ export default class StyledScreen extends Component {
11 11
       topBar: {
12 12
         title: {
13 13
           largeTitle: false,
14
-          title: 'My Screen'
14
+          text: 'My Screen'
15 15
         },
16 16
         drawBehind: true,
17 17
         visible: false,
@@ -158,4 +158,4 @@ If you'd like to use a custom font, you'll first have to edit your project.
158 158
 
159 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.