🔀 Fork of Bluesky (https://github.com/bluesky-social/social-app) with minor adjustments for https://zio.blue
 
 
 
 
 
 
Go to file
Paul Frazee d6942bffab Add state management 2022-06-09 13:03:25 -05:00
.bundle Initial commit 2022-06-07 17:50:05 -05:00
__tests__ Add state management 2022-06-09 13:03:25 -05:00
android Initial commit 2022-06-07 17:50:05 -05:00
ios Add basic react-navigator usage 2022-06-07 18:56:31 -05:00
public Add web target 2022-06-08 15:52:12 -05:00
src Add state management 2022-06-09 13:03:25 -05:00
.buckconfig Initial commit 2022-06-07 17:50:05 -05:00
.eslintrc.js Add state management 2022-06-09 13:03:25 -05:00
.gitignore Initial commit 2022-06-07 17:50:05 -05:00
.prettierrc.js Add state management 2022-06-09 13:03:25 -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
Gemfile Initial commit 2022-06-07 17:50:05 -05:00
README.md Add state management 2022-06-09 13:03:25 -05:00
babel.config.js Add state management 2022-06-09 13:03:25 -05:00
index.native.js Add state management 2022-06-09 13:03:25 -05:00
metro.config.js Add state management 2022-06-09 13:03:25 -05:00
package.json Add state management 2022-06-09 13:03:25 -05:00
tsconfig.json Initial commit 2022-06-07 17:50:05 -05:00
yarn.lock Add state management 2022-06-09 13:03:25 -05:00

README.md

Social App

In-progress social app.

Uses:

Build instructions

  • Setup your environment using the react native instructions.
  • After initial setup:
    • cd ios ; pod install Installs the React Navigation deps (info).
  • To run the iOS simulator: yarn ios
  • To run the Android simulator: yarn android
  • To run the Web app: yarn web
  • 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).