Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.06 KB

Expo ARKit

view the helpful links section below for all of the articles from Evan Bacon that are used in this repo.

install

yarn install

note: make sure you at least have node ^v10.8.0

project notes

linting: prettier and airbnb config

  • make sure you have prettier package installed on your atom/vscode editor
  • then make sure to enable automatic format on save (packages → prettier → toggle format on save)
  • be aware of the .prettierignore file

helpful links