Commit Graph

4 Commits

Author SHA1 Message Date
Sean Zellmer
35b4cc45f8 Update bare mobile guide to use expo fs's documentDirectory (#189) 2025-06-02 14:51:49 -05:00
Sean Zellmer
2ed09ca009 fix: Add teardown callback for mobile guide (#183)
Users should close resources like autopass in a teardown callback. In
this case it will speed up reruns as `pass.close()` calls hyperswarm's
`.destroy()` which will clean up the DHT records, speeding up joining on
rerun.
2025-04-25 07:39:04 +05:30
Sean Zellmer
7c67031787 Update Mobile guide with numeric bare-rpc commands (#181)
`bare-rpc` updated in `0.2.0` to take numbers as commands instead of
strings.
2025-04-14 12:29:02 -05:00
Sean Zellmer
5800a7031f Add Mobile Application Guide (#167)
* Add "Making a Bare Mobile App" guide

* Change title to be 'Application' instead of 'App' in mobile guide

* Pin `autopass` to `1.x.x` in mobile guide

* Update "Bare on Mobile" to point readers to the mobile guide

* Add Bare mobile application guide to README.md

* Tweak wording in "Bare on Mobile"

* Remove "Cross-platform Pear App" example

This example app has been archived and is now outdated.

* Add missing link in SUMMARY.md for mobile guide

* Update mobile app guide to use new worklet api & support autopass@2.1
2025-03-18 08:54:42 +01:00