React Native App using Redux Toolkit, Tailwind and Sanity
Running the project Clone this project git clone < project-url.git > Install NodeJS on your computer.
Install yarn on your computer
Yarn is a dependency manager built by facebook and google. It is a more efficient and reliable (thanks to yarn.lock) alternative of npm.
Launch yarn command in a terminal opened in the project folder. This command will look into the package.json file and install all the dependencies listed here.
Install react-native-cli globally on your computer yarn global add react-native-cli