Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
116 views
in Technique[技术] by (71.8m points)

android - React-Native Error: Unable to resolve module

React Native 0.63.4

Out of what seems like nowhere, I'm getting Error: Unable to resolve module '../../realm' from '/src/my/source/file'. This isn't really realm specific. It was working until this morning and then I did a fresh install on the android emulator and it is now red screening.

If I change import Realm from 'realm' to import Realm from '../../../node_modules/realm' it works fine. I've deleted my node_modules dir and ran npm i again. Cleared any cache I know about. Just have no idea why this happens.

question from:https://stackoverflow.com/questions/65848578/react-native-error-unable-to-resolve-module

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...