apple_tv_example
apple_tv_example copied to clipboard
npm i issue
I clone it && npm i then npm seems to stop working.
Try using yarn:
npm i -g yarn
rm -rf node_modules
yarn
10-4 It's working fine now. Thanks mate.