Is it okay to use both nav drawer and bottom nav in home screen of an android app?

I am developing app, my home screen looks like below (using both navdrawer and bottom nav simultaneously)

a

I used bottom nav, because I wanted to give user the easy access to the higher level locations quickly(ie: one click from the home screen). Used navdrawer to place other higher level destinations.

But I have not seen this pattern (using both bottom nav and nav drawer simultaneously) in other apps? Is this good UX?