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.

Branch Extensions

expo

expo_<page>: Changes to expo branch page by page basis.

Clone this wiki locally