johneastman / todo

A to-do list app
MIT License
0 stars 1 forks source link

Move Bottom Menu Options into `CollectionPage Drawer` #270

Closed johneastman closed 2 months ago

johneastman commented 2 months ago

To avoid duplicate code, try declaring the bottom menu options in CollectionPage Drawer.

Navigation data can be passed like this:

    navigation: NativeStackNavigationProp<
        AppStackNavigatorParamList,
        "Lists" | "Items"
    >;
johneastman commented 2 months ago

commit: https://github.com/johneastman/todo/commit/d6e32bd5b8350cdca5ca55a25aff18ab4d2e7d60