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