Follow these steps to set up and run the app:
-
Install dependencies
yarn
-
Run the app on iOS
yarn expo run:ios
-
Install dependencies
yarn
-
Get prebuilt libexecutorch runtime
cd android/app/src/main/jniLibs/arm64-v8a wget https://github.com/software-mansion-labs/executorch-style-transfer/releases/download/v1.0.0/android-libexecutorch-xnnpack.zip unzip android-libexecutorch-xnnpack.zip
-
Run the app
yarn expo run:android