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 answers

0
Tayyab Mazhar On

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