Deliveroo App with React Native, Expo, Redux and Sanity
First clone this repository.
git clone https://github.com/sakilk130/react-native-deliveroo-app.git
Install dependencies. Make sure you already have nodejs
& yarn
installed in your system.
yarn
Copy .env.example to .env and fill all the values.
cp .env.example .env
Run the development server:
yarn start