reactNative 寫元件 - fantasy0107/notes GitHub Wiki

base component

基本上就是單一個按鈕為單位, 像是bootstrap - component - Alert, badge 等等

  • 路徑 - app/components/base
  • 命名 - Name + ComponentType(參考bootstrap)

mix component

混合多個 base component

  • 路徑 - app/components/mix
  • 命名 - Name