relay-twitter
relay-twitter copied to clipboard
Twitter clone built with React Native and Relay Modern
Relay twitter app
A twitter clone basic features built with Reason, React Native, Relay Modern and GraphQL. 🔥
There are versions built in Typescript on ts/hoc and ts/hooks branches
Main Features
- Login (and persistence) with JWT authentication
- Realtime updates with GraphQL Subscriptions
- Dark theme with local management store of Relay
- UI optimistic updates
- Relay hooks

Project Structure
This is a React Native mobile app targeting Android and iOS.
The Javascript code is in the src folder and the
different native apps are in android and ios.
As well, this server repo is here and it is hosted on Heroku, so it may take a few minutes because Heroku's cold start.
Setup
Once you cloned this repo, run:
cd ios/ && npx pod-install && ..to install cocoapods dependencies.yarnornpm ito install dependencies.yarn androidoryarn iosbased on which target you're working on.