React Native CRUD with RESTful API & Redux state management React Native CRUD with RESTful API & Redux state management mongoose mongoose

React Native CRUD with RESTful API & Redux state management


So I found the solution of my issue by Editing the ReduxReducer.js to

        case EDIT_BOOKS:         return {            ...state,            books: [...state.books]                  }