Closed johneastman closed 2 months ago
To avoid duplicate code, try declaring the bottom menu options in CollectionPage Drawer.
CollectionPage Drawer
Navigation data can be passed like this:
navigation: NativeStackNavigationProp< AppStackNavigatorParamList, "Lists" | "Items" >;
commit: https://github.com/johneastman/todo/commit/d6e32bd5b8350cdca5ca55a25aff18ab4d2e7d60
To avoid duplicate code, try declaring the bottom menu options in
CollectionPage Drawer
.Navigation data can be passed like this: