Remove hardcoded left-pane size

This commit is contained in:
Volodymyr Kozieiev 2019-06-18 13:28:15 +03:00 committed by GitHub
parent 08e84c51f5
commit 9c73dcba5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class TwoPaneNavigator extends React.Component {
}
return (
<View style={{flex: 1, flexDirection: 'row'}}>
<View>
<View style={{width: 300, borderRightWidth: 1, marginTop: 50}}>
<this.LeftPaneComponent navigation={navigation}/>
</View>