🔀 Fork of Bluesky (https://github.com/bluesky-social/social-app) with minor adjustments for https://zio.blue
| .bundle | ||
| __tests__ | ||
| android | ||
| ios | ||
| .buckconfig | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc.js | ||
| .ruby-version | ||
| .watchmanconfig | ||
| app.json | ||
| App.tsx | ||
| babel.config.js | ||
| Gemfile | ||
| index.js | ||
| metro.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
Social App
In-progress social app.
Uses:
- React Native
- (todo) React Native for Web
- (todo) React Navigation
- (todo) MobX and MobX State Tree
- (todo) Async Storage
Build instructions
- Setup your environment using the react native instructions.
- To run the iOS simulator:
yarn ios - To run the Android simulator:
yarn android - Tips
npx react-native infoChecks what has been installed.- Android instructions are a little inaccurate but not as much as you might think. I had to manually create a virtual device, then run
yarn androidtwice (once to start the emulator and the second time to connect to it).