https://github.com/dev-t2/expo-gallery
Create Gallery App with React Native and Expo
https://github.com/dev-t2/expo-gallery
emotion eslint expo tailwindcss typescript
Last synced: 6 months ago
JSON representation
Create Gallery App with React Native and Expo
- Host: GitHub
- URL: https://github.com/dev-t2/expo-gallery
- Owner: dev-t2
- Created: 2021-08-21T14:34:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-20T14:29:35.000Z (almost 3 years ago)
- Last Synced: 2025-06-25T03:45:35.626Z (8 months ago)
- Topics: emotion, eslint, expo, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# References
- [Expo](https://expo.dev)
- [Using TypeScript](https://docs.expo.dev/guides/typescript)
- [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)
- [no-empty-interface](https://typescript-eslint.io/rules/no-empty-interface)
- [Emotion](https://emotion.sh/docs/introduction)
- [@emotion/native](https://emotion.sh/docs/@emotion/native)
- [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context)
- [Tailwind CSS](https://tailwindcss.com)
- [Customizing Colors](https://tailwindcss.com/docs/customizing-colors)