Skip to content
Adalberto N Garza edited this page Mar 10, 2024 · 14 revisions

Welcome to the mo-mobile wiki!

Roadmap

  1. Get Repo Setup using new React Native project.
  2. Get initial app working in both Xcode and Android Studio.
  3. Get MO branding setup.
  4. Move Login page from mushroom-observer-mobile.
  5. Plan out moves of other pages.

Open Questions

  • What is fastlane? Fastlane (https://docs.fastlane.tools/) is a tool for automating app build and upload to app stores.

  • What's BUCK? Seems to be an out of date build accelerator from Facebook. Has been replaced with Buck2. Seems less compelling than fastlane.

  • Do we need android/app/src/main/ic_launcher-playstore.png? I think so...?

    • Maybe not, because I don't seem to have this file anymore
  • What is a SafeAreaProvider and what project settings need to be in place for it to function?

  • The settings in the previous gradle file, what do they mean?

  • What is flow, and its config stuff?

    • Noticing that there are a few files in node_modules that were having build conflicts until the .flowconfig from prev project was added
  • What is the connector? (padding the HomeTabs bit to it)

Clone this wiki locally