Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 529 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 529 Bytes

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