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

https://github.com/jglchen/react-native-hackernews-apollo

A mobile app built with react native implementing GraphQL APIs, which can be considered as the mobile version of Hackernews Clone Site with GraphQL.
https://github.com/jglchen/react-native-hackernews-apollo

apollo apollo-client expo firebase firestore graphql react-native

Last synced: 2 months ago
JSON representation

A mobile app built with react native implementing GraphQL APIs, which can be considered as the mobile version of Hackernews Clone Site with GraphQL.

Awesome Lists containing this project

README

          

## Hackernews Clone Mobile App

This is a [Hackernews](https://news.ycombinator.com/) mobile app built with react native implementing GraphQL APIs, which can be considered as the mobile version of [Hackernews Clone Site with GraphQL](https://hackernews-nextjs-apollo.vercel.app).

**iOS** and **Android** mobile apps are developed with **React Native**, anyone who is interested can test the development builds with [iOS Simulator Build](https://expo.dev/accounts/jglchen/projects/hackernews-apollo/builds/b6aa3b39-e2ec-48cd-89f5-14028feff519) and [Android Internal Distribution Build](https://expo.dev/accounts/jglchen/projects/hackernews-apollo/builds/5b979dee-6874-48a8-ade1-231a750eca9c). If the build storage link has expired, please go to [https://projects-jglchen.vercel.app/en/contact](https://projects-jglchen.vercel.app/en/contact) to request build files.

### [iOS Simulator Build](https://expo.dev/accounts/jglchen/projects/hackernews-apollo/builds/b6aa3b39-e2ec-48cd-89f5-14028feff519)
### [Android Internal Distribution Build](https://expo.dev/accounts/jglchen/projects/hackernews-apollo/builds/5b979dee-6874-48a8-ade1-231a750eca9c)
### [React Native GitHub](https://github.com/jglchen/react-native-hackernews-apollo)
### [View the Web Demo](https://hackernews-nextjs-apollo.vercel.app)
### [React GitHub](https://github.com/jglchen/hackernews-nextjs-apollo)
### Docker: docker run -p 3000:3000 jglchen/hackernews-nextjs-apollo