Example app not able to resolve the library present in the parent directory #590
Replies: 2 comments
-
Looks like the linking is broken, maybe you might have updated the metro config or the react-native config. Could you take a look at the Linking section of docs and make sure these files are similar on your project? |
Beta Was this translation helpful? Give feedback.
-
HI @atlj , After all my upgradation i had tried to revert the metro.config.js, react-native.config.js and babel.config.js to the inital version. Defintely i too believe thats some linking issue. But, am not able to guess where... since i reverted all the above three files to its original code but no luck |
Beta Was this translation helpful? Give feedback.
-
HI folks,
I just upgraded my example app as per the link.
Gradle build worked fine but when the build gets launched in the emulator it fails with the below error.
For some reason, I am not able to figure out why suddenly the linking is failing.
Things i tried
Can anyone please help me understand where am going wrong.
Beta Was this translation helpful? Give feedback.
All reactions