I made the same model on the web and it worked, I tried to use shallowEqual of Redux as second parameter of useSelector function, also the _.isEqual of lodash libary as there on the Redux documentation in Hooks section but don't worked.
Expected behavior:
On dispatch action the components with useSelector must bring the updated state.
What happens:
The components brings the initial state empity.
versions:
"Expo": "~37.0.3"
"react-native": "37.0.1",
"react-redux": "^7.2.0",
"redux": "^4.0.5"
EDITED:
I tried to reproduce the structure similar to the snack that also reproduced the same problem, here is the link: https://snack.expo.io/@danieltfischer/useselector