Unable to resolve module '../lib/props'
See original GitHub issueHey guys. I have some problem with Rect element.
error: bundling failed: Error: Unable to resolve module "../lib/props" from "\node_modules\react-native-svg\elements\Rect.js": The module "../lib/props" could not be found from "\node_modules\react-native-svg\elements\Rect.js".
OS: Windows 10 React-Native-Svg: 8.0.8 React-Native: 0.57.1 React: 16.5.1
Issue Analytics
- State:
- Created 5 years ago
- Comments:15
Top Results From Across the Web
Issues - GitHub
I have some problem with Rect element. error: bundling failed: Error: Unable to resolve module "../lib/props" from "\node_modules\react-native- ...
Read more >Error: Unable to resolve module, could not be found within the ...
I have been trying to include a React native library (Local Library) to the React Native app. So I installed it using. npm...
Read more >r/reactnative - Reddit
error: Error: Unable to resolve module ./App from C:\Users\15124\thisoneforreal\index.js: None of these files exist: ...
Read more >Could not resolve module error - Liferay Help Center
Issue When trying to install commerce 2.2.0 on Liferay DXP 7.2 fix-pack-15, the could not resolve module error is appearing in the...
Read more >MongoDB Atlas App Services & Realm
Fresh Setup: Realm React Native Error: Unable to resolve module `./subscription` from `node_modules/realm/lib/browser/index.js` · XCode 11.3.1 ...
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
it works
Error: Unable to resolve module
../lib/ extract/extractClipPath
from/Users/apple/GHack/G-BAT/gbatuiprod/node_modules/react-native-svg/src/elements/ClipPath.tsx
: The module../lib/extract/extractClipPath
could not be found from/Users/apple/GHack/G-BAT/gbatuiprod/node_modules/react-native-svg/src/elements/ClipPath.tsx
.I got the same issue today and npm start – --reset-cache worked. Thanks 😃