Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vsnaichuk/reddit-app
https://github.com/vsnaichuk/reddit-app
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vsnaichuk/reddit-app
- Owner: vsnaichuk
- Created: 2022-05-22T19:59:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-01T12:27:28.000Z (about 2 years ago)
- Last Synced: 2023-03-07T21:24:55.457Z (almost 2 years ago)
- Language: TypeScript
- Size: 2.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 🛸 RedditApp
[![iOS and Android](https://img.shields.io/badge/Platforms-Mobile-4630EB.svg?style=for-the-badge&logo=EXPO&labelColor=000&logoColor=fff)](https://github.com/expo/expo) [![Web](https://img.shields.io/badge/Platforms-Web-4630EB.svg?style=for-the-badge&logo=EXPO&labelColor=000&logoColor=fff)](https://github.com/expo/expo)
> ⚠️ [Please be sure your environment is set up correctly for React Native CLI.](https://reactnative.dev/docs/environment-setup)## 📦 Packages
- `solito` for cross-platform navigation
- `dripsy` for theming/design (you can bring your own, too)
- Expo SDK 44
- Next.js 12
- React Navigation 6## 🏁 Start the app
- Install dependencies: `yarn`
- Next.js local dev: `yarn web`
- Runs `yarn next`
- Expo local dev: `yarn native`
- Runs `expo start`