Scripts to get up and running with React Native! Additionally there are configuration scripts for your mac.
Do the following manually;
- Copy configs/.zshrc to your home directory (~).
- Execute
source ~/.zshrc
in your terminal to load the config.
- VSCode into path by opening VSCode and executing CMD + SHIFT + P and type
Shell Command: Install 'code' command in PATH
.
Run this script using the terminal to install necessary tools to develop for Android and iOS.
Run this script using the command line to install necessary tools to develop for Android.
- Tips & tricks
- Some configs used before in a recent We are you project (Landal) are placed here. If you want to start a project with similar coding guidelines, you could copy these into your project root.