Skip to content

Latest commit

 

History

History
 
 

sample

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Sample App

Android, iOS and web sample apps.

Building iOS

You'll need Xcode installed and basic familiarity with building iOS apps before trying to run this sample.

Run build on the command line

./gradlew build

Then open the Xcode project

cd sample/iosApp
open iosApp.xcodeproj

Select a simulator and run

The Xcode build may fail because it can't see ANDROID_HOME, in which case you can add sdk.dir to local.properties

Running the web sample

Build the sample by running

./gradlew :sample:web:browserWebpack

Open the generated webpage

open sample/web/build/distributions/index.html