Hi I’m trying to build Android version.
After downloading from github I followed README file to install yarn, native-react-cli, …
Everything was OK until I ran “react-native run-android”
Could you show me how to ensure every dependencies are pulled?
In the project I only see that yarn is used to manage dependencies, but I’m not familiar with this.
I’ve tried:
yarn
yarn install
yarn install --force
but still got build errors as before