You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
More styling
This commit is contained in:
@ -12,8 +12,8 @@ class AppNavComponent extends Component {
|
||||
let Screen = this.props.screens[route.routeName].screen;
|
||||
|
||||
return (
|
||||
<View style={{flex:1}}>
|
||||
<Screen style={{backgroundColor: '#f00'}} navigation={{ state: route }} />
|
||||
<View style={{ flex: 1 }}>
|
||||
<Screen navigation={{ state: route }} />
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user