Skip to content

Git strategy

Shaunak Das edited this page Dec 2, 2017 · 6 revisions

Major Branches

  • expo: [Changes to expo folder only] pure expo branch which will contain part of App which will work perfectly with Expo demo app(with hot/live re-load).
  • ejected: [Changes to expo and android folder] extension of expo branch which will include RN libraries which require react-native link.
  • unity_android: [Changes to android folder only] will contain changes to the exported folder of unity.
  • integrated: [Changes to the whole app] everything finally comes here.
  • test_: [Changes to the whole app] test script for each branch, checked out from that branch.

Branch Extensions

expo

expo_app

  • Impacting primarily expo/App.js and small changes to expo/pages, expo/constants and expo/components
  • Frequently rebased with expo

expo_<page>

  • Impacting primarily expo/pages, expo/constants and expo/components
  • Changes to expo branch page by page basis.
  • Frequently rebased with expo_app

expo_style

Clone this wiki locally