🔀 Fork of Bluesky (https://github.com/bluesky-social/social-app) with minor adjustments for https://zio.blue
 
 
 
 
 
 
Go to file
Paul Frazee faddda83f0 (WIP) Add initial API client 2022-06-10 11:55:09 -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 Add routes and core views 2022-06-09 16:32:03 -05:00
ios Add routes and core views 2022-06-09 16:32:03 -05:00
public Add routes and core views 2022-06-09 16:32:03 -05:00
scripts (WIP) Add initial API client 2022-06-10 11:55:09 -05:00
src (WIP) Add initial API client 2022-06-10 11:55:09 -05:00
.buckconfig Initial commit 2022-06-07 17:50:05 -05:00
.eslintrc.js (WIP) Add initial API client 2022-06-10 11:55:09 -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 desktop shell 2022-06-09 21:34:43 -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 (WIP) Add initial API client 2022-06-10 11:55:09 -05:00
tsconfig.json Initial commit 2022-06-07 17:50:05 -05:00
yarn.lock (WIP) Add initial API client 2022-06-10 11:55:09 -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).

TODOs

  • API
    • Create mock api
  • Tests
    • Should just try to catch errors on basic load