Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Latest commit

 

History

History

Jet Example App

Basic example execution:

  1. Install javascript dependencies: in Jet main directory yarn && yarn example:install
  2. Install pods: in example directory rm -f ios/Podfile.lock macos/Podfile.lock && cd ios && pod install cd ../macos/ && pod install && cd ..
  3. yarn jet --target=<platform>, use ios, macos, or android for platform