🔀 Fork of Bluesky (https://github.com/bluesky-social/social-app) with minor adjustments for https://zio.blue
 
 
 
 
 
 
Go to file
Paul Frazee 5066f3ba81 Work around lack of 'exports' directive support in metro 2022-06-14 20:17:08 -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 custom protocol deep links 2022-06-13 22:12:43 -05:00
ios iOS: Remove flipper and add workarounds for m1 simulator builds 2022-06-14 19:05:34 -05:00
public Add routes and core views 2022-06-09 16:32:03 -05:00
scripts Add base auth & ucan request flow (web only) 2022-06-14 14:29:47 -05:00
src Add base auth & ucan request flow (web only) 2022-06-14 14:29:47 -05:00
.buckconfig Initial commit 2022-06-07 17:50:05 -05:00
.env Add base auth & ucan request flow (web only) 2022-06-14 14:29:47 -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 base auth & ucan request flow (web only) 2022-06-14 14:29:47 -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 Work around lack of 'exports' directive support in metro 2022-06-14 20:17:08 -05:00
package.json Add base auth & ucan request flow (web only) 2022-06-14 14:29:47 -05:00
tsconfig.json Initial commit 2022-06-07 17:50:05 -05:00
yarn.lock Add base auth & ucan request flow (web only) 2022-06-14 14:29:47 -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
  • Start the dev servers
    • yarn dev-pds
    • yarn dev-wallet
  • Run the dev app
    • iOS: yarn ios
    • Android: yarn android
    • Web: yarn web
  • Tips
    • npx react-native info Checks what has been installed.

Various notes