|
@@ -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.
|