itsclarke
itsclarke

Reputation: 8972

Unable to resolve module - importing Redux in React Native

Just added Redux to my app and it's saying it cant find my store. Is this a bug in React? I've worked with Vue2 and Angular2, but I'm a total noob when it comes to all things React. enter image description here

Here's a screenshot of my structure and main js file... enter image description here

Upvotes: 0

Views: 440

Answers (1)

Andrew Breen
Andrew Breen

Reputation: 695

Your reference is configStore, your file name is configureStore.js. Change them to match each other.

Upvotes: 1

Related Questions