issue in expo-yarn-workspaces with redux

I ve managed to get expo-yarn-workspaces to work and am able to get a hello world application running.
However, when I try to add redux to the project, i get the following errors:

Unable to resolve "react-native" from "../../node_modules/react-redux/lib/utils/reactBatchedUpdates.native.js"

been struggling with this for a while now. would really appreciate any pointers on how i can fix this.

managed to fix it by nohoisting react-redux in the yarn workspace.