In the previous tutorial, we created a basic React Native app that uses Redux to display information stored in the Redux store, our data was stored in a json file that was accessed every time the getData function is called. For this tutorial, I will be transforming the app to a Quotes app, that allows the user to add, view, update and delete quotes, in order to achieve this, I will be adding CRUD operations.
Demo
View Demo
Tutorial
Tutorial available on my blog.