🔀 Fork of Bluesky (https://github.com/bluesky-social/social-app) with minor adjustments for https://zio.blue
967f9fc474 | ||
---|---|---|
.bundle | ||
__tests__ | ||
android | ||
ios | ||
public | ||
src | ||
.buckconfig | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.js | ||
.ruby-version | ||
.watchmanconfig | ||
Gemfile | ||
README.md | ||
babel.config.js | ||
index.native.js | ||
metro.config.js | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
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