Catalog colors: save your favorite web colors and see the details.
React Native practice project.
We need to install dependencies for ColorCatalog. Change into this directory and install with yarn.
With yarn:
cd ColorCatalog
yarn
yarn start # you can open iOS, Android, or web from here, or run them directly with the commands below.
yarn android
yarn ios
yarn web