React Native web (Expo) setup for pear desktop
Note
in current stage its not include hypercore related example
Note
android/ios integration through react-native-bare-kit
- app/ - expo folder, host the main code and can export web UI as
dist/folder for pear use - pear/ - pear folder
cd app && yarn(orcd app && npm install)
(Same as expo)
- from root, run
cd app && npx expo start - press
a(Android) ori(iOS)
(Same as expo)
- from root, run
cd app && npx expo start - press
w
Note
worklet related code might not work in web mode
Note
Can turn the app as progressive web app (PWA) for more advanced usage
See pear/README.md
Can follow Making a Pear Desktop Application to continue the journey.