Closed txbrown closed 10 months ago
@tamlyn Hey there! Let me start saying that it's a really good initiative this repo and some of the code here helped me setup my own version with Nextjs, which I want to put up at some point. I am really more interested in React Native (for now, but later web too) so I want help you get going with Android and other features.
Let me know if there are any issues with this PR and changes needed. Cheers.
When checking out the repo and running
yarn
an error is produced:Usage Error: Unsupported package manager specification (^yarn@1.22.15,^yarn,1.22.15)
After some googling I realised it was the misuse of ^. Removing it fixes the issue and I was to setup the project.