Javascript – Error using Redux reducers when creating the store
When using Expo to build the app, I get this error: Error: "reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers, js engine: hermes I am using combineReducers()…