jeojoe / gife-expo

GIFE app based on Expo https://expo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gife-expo

Code style

  1. Import/Export
    • Create index.js as entry point for all folders
    • Define in index.js how files in that folder will be exported (namespace, exported functions)
      • Export namespace is varied on type of folders
    • Import only from 'folder names' (except importing file within the same folder -> use direct name)
  2. Naming
    • Begin with lowercase except constants and React components

About

GIFE app based on Expo https://expo.io


Languages

Language:JavaScript 100.0%