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
- Login (and persistence) with JWT authentication
- Realtime updates with GraphQL Subscriptions
- Dark theme with local management store of Relay
- UI optimistic updates
- Relay hooks
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.
Once you cloned this repo, run:
cd ios/ && npx pod-install && ..
to install cocoapods dependencies.yarn
ornpm i
to install dependencies.yarn android
oryarn ios
based on which target you're working on.