Rahul Shetty

Results 4 comments of Rahul Shetty

@EIrwin The screenshot I have posted is of a emulator on which I was testing.

``` VERUS { menuItems.map( this.renderMenuitem ) } ``` ``` import EStyleSheet from 'react-native-extended-stylesheet'; const styles = EStyleSheet.create( { $headerHeight: 50, container: { flexDirection: 'row', alignItems: 'center', // backgroundColor: '#0050aa', paddingHorizontal:...

Did anyone find a fix? This issue still exists. I am trying to create a hamburger menu (vertical dropdown) and the container with menu items gets clipped inside the header...