maxmagee / chick-fil-a

(Old Version. See README) Recreating the Chick-fil-A App in React Native.
2 stars 0 forks source link

Migrate to Yarn #58

Closed maxmagee closed 6 years ago

maxmagee commented 6 years ago

Migrate the project to use Yarn as the package manager instead of npm.

AWS Mobile initialization defaults to use Yarn as the package manager resulting in yarn.lock being created and therefore multiple package managers on one project which isn't a good thing.

There's no reason I can think of to not just use Yarn.