Comment by xnx Comment by xnx 6 days ago 2 replies Copy Link View on Hacker News Is there an .apk for Android?
Copy Link rshemet 6 days ago Collapse Comment - 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 Reply View | 1 reply Copy Link nunobrito 6 days ago Parent Collapse Comment - Thanks, looking fantastic so far. Reply View | 0 replies
Copy Link nunobrito 6 days ago Parent Collapse Comment - Thanks, looking fantastic so far. Reply View | 0 replies
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