mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 14:34:19 +01:00
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
This commit is contained in:
9
examples/cross-platform-pear-app.md
Normal file
9
examples/cross-platform-pear-app.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Cross-platform Pear App
|
||||
|
||||
A "Hello World" example of a cross-platform Pear application for Android and iOS using [Bare](https://github.com/holepunchto/bare) and [Expo SDK](https://expo.dev/).
|
||||
|
||||
- [Pear Expo Hello World](https://github.com/holepunchto/pear-expo-hello-world)
|
||||
|
||||
> 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.
|
||||
Reference in New Issue
Block a user