Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 513 Bytes

cross-platform-pear-app.md

File metadata and controls

9 lines (5 loc) · 513 Bytes

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.