🔀 Fork of Bluesky (https://github.com/bluesky-social/social-app) with minor adjustments for https://zio.blue
 
 
 
 
 
 
Go to file
Paul Frazee 47250e7ed7 Initial commit 2022-06-07 17:50:05 -05:00
.bundle Initial commit 2022-06-07 17:50:05 -05:00
__tests__ Initial commit 2022-06-07 17:50:05 -05:00
android Initial commit 2022-06-07 17:50:05 -05:00
ios Initial commit 2022-06-07 17:50:05 -05:00
.buckconfig Initial commit 2022-06-07 17:50:05 -05:00
.eslintrc.js Initial commit 2022-06-07 17:50:05 -05:00
.gitignore Initial commit 2022-06-07 17:50:05 -05:00
.prettierrc.js Initial commit 2022-06-07 17:50:05 -05:00
.ruby-version Initial commit 2022-06-07 17:50:05 -05:00
.watchmanconfig Initial commit 2022-06-07 17:50:05 -05:00
App.tsx Initial commit 2022-06-07 17:50:05 -05:00
Gemfile Initial commit 2022-06-07 17:50:05 -05:00
README.md Initial commit 2022-06-07 17:50:05 -05:00
app.json Initial commit 2022-06-07 17:50:05 -05:00
babel.config.js Initial commit 2022-06-07 17:50:05 -05:00
index.js Initial commit 2022-06-07 17:50:05 -05:00
metro.config.js Initial commit 2022-06-07 17:50:05 -05:00
package.json Initial commit 2022-06-07 17:50:05 -05:00
tsconfig.json Initial commit 2022-06-07 17:50:05 -05:00
yarn.lock Initial commit 2022-06-07 17:50:05 -05:00

README.md

Social App

In-progress social app.

Uses:

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 info Checks 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 android twice (once to start the emulator and the second time to connect to it).