Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 322 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 322 Bytes

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