React native custom drawer opening button creation

34 Views Asked by At

I am currently learing react native. I want to use custom button for open drawer. Tried many codes and not working.

1

There are 1 best solutions below

0
Tayyab Mazhar On

You can use navigation.openDrawer() and navigation.closeDrawer() as stated here