Massive/drawer-param-list.ts
Brandon Presley 901cc72fbd Revert my work on surgically updating lists - 1.177 🚀
I tried to maintain the current scroll position
within a list however this caused many issues
to do with outdated data, as well as performance issues.
Now we are going back to just refreshing any list on focus.

Closes #184
2023-11-12 17:03:22 +13:00

11 lines
147 B
TypeScript

export type DrawerParams = {
Home: {};
Settings: {};
Graphs: {};
Plans: {};
Exercises: {};
Timer: {};
Weight: {};
Insights: {};
};