Skip to content

hybridheroes/redux-toolkit-example

Repository files navigation

React Native Redux Toolkit Example

This is an example project for a blog post about using Redux Toolkit in React Native.

Find out more here https://hybridheroes.de/blog

Getting started

Install dependencies

npm install

Run iOS

npm run ios

Run Android

npm run android