Skip to content

get-convex/convex-mobile

Repository files navigation

Convex Mobile Libraries

This repo contains code for building mobile libraries for Convex.

The layout is as follows:

  1. rust/ - contains the wrapper around convex-rs that exposes types for use via FFI
  2. android/ - contains the code for the android-convexmobile library
  3. ios/ - a subrepo pointing to convex-swift
  4. app_for_test/ - a Convex application used for integration tests
  5. demos/ - various demos and samples to show how to use the libraries