Stack Navigation inside Tab Navigation React Native

Viewed 82

I need to use Stack Navigation inside Tab Navigation

fileStructure

Main.js

Dashboard.js

What I want to achieve . I need something like that . if someone click on <ActionButton.Item> (the one with add item) it create a stack screen of NewBill screen

I have tried a lot of ways & things, watched tutorial, Youtube videos, blogs but nothing worked.

Can someone show me how can i add this Stack Navigation in my code??

<ActionButton.item> - pic

0 Answers
Related