I'm trying to test some of the react native's showcase Github projects, but they all fail one after another.
I downloaded the whole environment (npm, react-native, NodeJS) last week so everything should be up to date, I did nothing special and projects I create are fine.
However everytime I try to:
git clone {projectName} | npm install | react-native run-android
I get an error after error in the build process. One time react-native-sound is missing, other time it's an android studio support repository, etc.
I just don't understand, what am I missing, why isn't it smooth.
Please help me, thank you.