← Back to context Comment by xnx 3 days ago Is there an .apk for Android? 2 comments xnx Reply rshemet 3 days ago Cactus is a framework - not the app itself. If you're looking for an Android demo, you can go tohttps://play.google.com/store/apps/details?id=com.rshemetsub...Otherwise, it's easy to build any of the example apps from the repo:cd react/example && yarn && npx expo run:androidorcd flutter/example && flutter pub get && flutter run nunobrito 2 days ago Thanks, looking fantastic so far.
rshemet 3 days ago Cactus is a framework - not the app itself. If you're looking for an Android demo, you can go tohttps://play.google.com/store/apps/details?id=com.rshemetsub...Otherwise, it's easy to build any of the example apps from the repo:cd react/example && yarn && npx expo run:androidorcd flutter/example && flutter pub get && flutter run nunobrito 2 days ago Thanks, looking fantastic so far.
Cactus is a framework - not the app itself. If you're looking for an Android demo, you can go to
https://play.google.com/store/apps/details?id=com.rshemetsub...
Otherwise, it's easy to build any of the example apps from the repo:
cd react/example && yarn && npx expo run:android
or
cd flutter/example && flutter pub get && flutter run
Thanks, looking fantastic so far.