/mac-reference

Things I came across while starting to use mac os (m1)

Primary LanguageShell

Mac Reference

Bunch of info, tools and other tiny stuff I came across while switching to MacBook Pro M1.

HomeBrew

HomeBrew is the linux like package manager for Mac OS. https://docs.brew.sh/

Works well, haven't had any issues setting it up or using it.

Installing Java

To install Java, use homebrew.

For Java 8 : brew install temurin8

For Java 11 : brew install temurin11

Setting up React Native

Amazing article by David J Harding: Here

Additionally : yarn : brew install yarn

!Important! Use cocaopods from homebrew and not gem : brew install cocoapods