Unable to resolve module Dimensions from
See original GitHub issueHello,
I get the following warning in the packager:
Unable to resolve module Dimensions from .... dist.js
Any idea how to fix that? Everything is working correctly, just the message in the packager.
Regards
Issue Analytics
- State:
- Created 8 years ago
- Comments:15 (2 by maintainers)
Top Results From Across the Web
expo/Fastlane error: "unable to resolve module "Dimensions ...
This is the latest rejection stopping me from submitting my app to the App Store. I am in expo SDK 41. I have...
Read more >unable to resolve module react-native-elements - You.com
This error means that either you haven't installed the react-navigation module or that you have installed the module but didn't re-built your project...
Read more >[RESOLVED] Unable to resolve module
Hi All. I was looking for a "get location and display on map" component and found one. Link to the post in the...
Read more >Unable to resolve module Dimensions from - Bountysource
Hello,. I get the following warning in the packager: Unable to resolve module Dimensions from .... dist.js. Any idea how to fix that?...
Read more >react-native-tab-view issue#87 - Expo Snack
Dimensions, ... width: null, ... Error: Unable to resolve module 'react-native-tab-view.js' at Object.eval (react-native-tab-view.js:1:1 at eval ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi,
you can fix it by changing the following in dist/index.js:
from:
to
Regards Philipp
Do what @PhilippKrone said after restart packager. 😉