I'm submitting a ... (check one with "x")
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
OS, device, package version
@eva-design/[email protected]
[email protected]
It should not :)
Please try following this answer https://github.com/akveo/react-native-ui-kitten/issues/643#issuecomment-534931117
Thanks for a swift response. While your code didn't work (I'm on Mac), I did all sort of other cleanups plus reinstalled packages using expo install rather than npm (I'm new to expo) and finally it worked!
I am having the same error. I already tryied the suggested answers from @artyorsh.
I have just run into this issue as well but I solved it by:
@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