question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bundling in version 4.2 produces "Unable to resolve "./overflowMenu/overflowMenuItem.component""

See original GitHub issue

Issue type

I’m submitting a … (check one with “x”)

  • bug report
  • feature request

Issue description

Current behavior: Bundling ends with the following error:

Unable to resolve “./overflowMenu/overflowMenuItem.component” from “node_modules/react-native-ui-kitten/ui/index.js” Failed building JavaScript bundle.

Expected behavior: Bundling works.

Steps to reproduce:

Upgrade react-native-ui-kitten to 4.2. In particular I narrowed this down to upgrading @eva-design/eva to 1.2, which gets installed with react-native-ui-kitten from 4.2 beta.

Related code:

insert short code snippets here

Other information:

OS, device, package version

@eva-design/eva@1.2.0
react-native-ui-kitten@4.2.0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
artyorshcommented, Oct 23, 2019

@ben-wright thanks for posting this. Your answer is actual for Expo users. The final command will look like:

watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf ./node_modules ./package-lock.json && npm i && expo start -c

Btw, this should be actual not only for our library, but for any other reproducing changes in exported modules when updating

1reaction
ben-wrightcommented, Oct 22, 2019

I have just run into this issue as well but I solved it by:

  1. watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf ./node_modules ./package-lock.json && npm i && npm start – --reset-cache ( #643 )
  2. expo r -c
  3. Force quit and reopen expo app
Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to find bundled Java version with flutter doctor, after ...
The answer is already posted here. For Mac User: Set Java_Home path using below article & then after applying this command.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found