🔀 Fork of Bluesky (https://github.com/bluesky-social/social-app) with minor adjustments for https://zio.blue
| .bundle | ||
| __tests__ | ||
| android | ||
| ios | ||
| public | ||
| scripts | ||
| src | ||
| .buckconfig | ||
| .env | ||
| .eslintrc.js | ||
| .gitignore | ||
| .prettierrc.js | ||
| .ruby-version | ||
| .watchmanconfig | ||
| babel.config.js | ||
| Gemfile | ||
| index.native.js | ||
| metro.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| yarn.lock | ||
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-pdsyarn dev-wallet
- Run the dev app
- iOS:
yarn ios - Android:
yarn android - Web:
yarn web
- iOS:
- Tips
npx react-native infoChecks what has been installed.
Various notes
- "SSO" flows on mobile
- Suggests we might want to use
ASWebAuthenticationSessionon iOS - react-native-inappbrowser-reborn with
openAuth: truemight be worth exploring - We might even get rejected by the app store if we don't
- Suggests we might want to use