Set-up
From the official documentation, there are 2 ways to set-up and run the app.
- Expo
- React Native CLI
Expo is easier but it does not allow you to generate an apk for your android app. The CLI allows you to do so but require several setup, namely:
- Chocolately - a package manager, I had one but its updated, so I had to learn how to upgrade it. I watch the following video https://www.youtube.com/watch?v=zVq60jcb96s and realised that a useful way to use command line is to use the --help commands.
To upgrade, I need to know the package name, so I key choco outdated before keying choco upgrade
3. Setting up Android Studio -
Android Native Doctor to diagnose error
Need to show package details to include newer SDK build tools
Comments
Post a Comment