React Native Dynamic Drawer Items
1 min readSep 20, 2020

I have created react native app with dynamic drawer items. Currently drawer items are fetched from local JSON file. This can be also used with axios or fetch methods.
Check this out and let me know your thoughts.