First of all create a new project using the following command:
npx react-native init ReactReduxToolkit
After the project is created, go inside the project by changing the directory using cd command:
cd ReactReduxToolkit
Once you are inside the project folder you need to install Redux Toolkit
npm install @reduxjs/toolkit