tamlyn / react-native-elementary

Use Elementary Audio in your React Native app
MIT License
10 stars 3 forks source link

Fix package manager config in package.json #2

Closed txbrown closed 5 months ago

txbrown commented 5 months ago

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.

txbrown commented 5 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.