Tiny Are.na RN client (10-2023)

Project was scrapped due to Are.na GraphQL API limitations (not meant for public use).

Simple React Native client for Are.na. Also there are few occurrences of hacks/mix of business logic and UI in the codebase (was build in over few days)

Features

  • Login with Are.na (OAuth)
  • FlashList for performant infinite scroll
  • Custom image viewer with pinch to zoom
  • GraphQL client with GraphQL Codegen for type safety
  • View channels
  • View all block types
  • Navigation with Expo Router

Structure

  • auth/ - Contains basic OAuth service for Are.na login
  • app/ - Main RN app
demo.mp4