A simple todo app built with React Native and Expo.
- Add / Edit / Complete / Delete / Reorder tasks
- Clear completed tasks or remove all tasks
- Persist tasks locally on the device
- Customizable layout: 1 or 2 column task view
- Optional task numbering (none or numbered)
The app uses platform-native navigation, adapting the header and tab bar to match each device and OS version.
- Expo
- TypeScript
- Zustand
- React Native MMKV
- React Native Sortables
npm installThis app uses react-native-mmkv, so it should be run in a development build, not Expo Go.
npx expo run






