An open API service indexing awesome lists of open source software.

https://github.com/dev-t2/expo-todo

Create Todo App with React Native and Expo
https://github.com/dev-t2/expo-todo

async-storage emotion eslint expo react-navigation redux-toolkit typescript

Last synced: 29 days ago
JSON representation

Create Todo App with React Native and Expo

Awesome Lists containing this project

README

          

# References

- [Expo](https://expo.dev)
- [Using TypeScript](https://docs.expo.dev/guides/typescript)
- [Vector Icons](https://icons.expo.fyi)
- [ESLint](https://eslint.org)
- [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)
- [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks)
- [Emotion](https://emotion.sh/docs/introduction)
- [@emotion/native](https://emotion.sh/docs/@emotion/native)
- [TypeScript](https://emotion.sh/docs/typescript)
- [no-empty-interface](https://typescript-eslint.io/rules/no-empty-interface)
- [Tailwind CSS](https://tailwindcss.com)
- [Customizing Colors](https://tailwindcss.com/docs/customizing-colors)
- [React Navigation](https://reactnavigation.org)
- [Getting started](https://reactnavigation.org/docs/getting-started)
- [Native Stack Navigator](https://reactnavigation.org/docs/native-stack-navigator)
- [Type checking with TypeScript](https://reactnavigation.org/docs/typescript)
- [Redux Toolkit](https://redux-toolkit.js.org)
- [Redux Toolkit Quick Start](https://redux-toolkit.js.org/tutorials/quick-start)
- [Redux Toolkit TypeScript Quick Start](https://redux-toolkit.js.org/tutorials/typescript)
- [Async Storage](https://react-native-async-storage.github.io/async-storage)
- [Installation](https://react-native-async-storage.github.io/async-storage/docs/install)