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