Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anas-ambalavan/rn-stackoverflow
A stack overflow clone using react-native
https://github.com/anas-ambalavan/rn-stackoverflow
expo-cli grapghql react-native stackoverflow-api stepzen urql-devtools
Last synced: 17 days ago
JSON representation
A stack overflow clone using react-native
- Host: GitHub
- URL: https://github.com/anas-ambalavan/rn-stackoverflow
- Owner: anas-ambalavan
- Created: 2023-06-05T08:21:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T05:44:41.000Z (over 1 year ago)
- Last Synced: 2024-11-17T08:19:14.415Z (3 months ago)
- Topics: expo-cli, grapghql, react-native, stackoverflow-api, stepzen, urql-devtools
- Language: JavaScript
- Homepage:
- Size: 1.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## App Screenshots
## App Demo
- [Click this link to watch the demo](https://res.cloudinary.com/ddfefbg1v/video/upload/v1695188004/App%20Demo/StackOverflowAppDemo_sqknyw.mp4)## Run on Expo Client App
https://expo.dev/@anas.ambalavan/StackOverflow## Expo Router Example
Use [`expo-router`](https://expo.github.io/router) to build native navigation using files in the `app/` directory.
## Quick Start
``` bash
# Install dependencies
npm install
# Run commands
expo start
Press a: open Android
Press i: open iOS simulator
```## 📝 Notes
- [Expo Router: Docs](https://expo.github.io/router)
- [Expo Router: Repo](https://github.com/expo/router)