React Native Slidable Drawer Panel

Install package by running

npm i react-native-slidable-drawer-panel

Component Props:

{
	onSlideEnd: Function;
	event?: string;
	backdropColor?: string;
	drawerStyle?: Object;
	drawerHandleColor?: string;
	useCustomDrawer?: boolean;
	noDrawerHandle?: boolean;
	backgroundHeight?: number;
	drawerHeight?: number;
	drawerBackgroundColor?: string;
	drawerOpenSpeed?: number;
}

Will be updating the README with more details, stay tuned!

GitHub

https://github.com/alishalawani/react-native-slidable-drawer-panel