Releases: lukebrandonfarrell/react-native-navigation-drawer-extension
Releases · lukebrandonfarrell/react-native-navigation-drawer-extension
v4.3.1
v4.3.0
v4.2.0
v4.1.0
v4.0.3
v4.0.2
4.0.0 [Breaking Changes]
- Improve API of SideMenuView 77aae39
We made some breaking changes to the SideMenuView
to improve the API. New API works as such:
<SideMenuView
style={{ flex: 1 }}
drawerName={'CustomDrawer'}
direction={'right'}
passProps={{
animationOpenTime: 300,
animationCloseTime: 300,
dismissWhenTouchOutside: true,
fadeOpacity: 0.6,
drawerScreenWidth: '75%',
drawerScreenHeight: '100%',
parentComponentId: props.componentId,
style: {
backgroundColor: 'white',
},
}}
options={{
layout: {
componentBackgroundColor: 'transparent',
}
>
v3.2.0
- Added orientation support
- Drawer can now be closed by swipping it
- Added example project