A peer-to-peer mobile browser built with Bare and Expo.
Start by installing the dependencies:
npm installThis project uses StandardJS for code style. To check for lint errors:
npm run lintTo auto-fix lint errors:
npx standard --fixWhen finished, you can run the app on either iOS or Android.
npm run iosnpm run androidMIT
Bootstrapped from the bare-expo template by Holepunch, using react-native-bare-kit.