Files
pear-docs/examples/cross-platform-pear-app.md
Subash SN 742a10090e Added note on Bare runtime + cross platform app example (#62)
* Added Bare ref, expanded examples

* Added cross platform mobile app

* Improved Bare

* mc

* mc

* mc
2024-02-21 14:16:19 +01:00

513 B

Cross-platform Pear App

A "Hello World" example of a cross-platform Pear application for Android and iOS using Bare and Expo SDK.

This above example is still a work in progress, please expect further improvements.

Note that on mobile, the React Native UI runs on one thread and the Bare local backend runs on another thread and they both communicate via an IPC API.