I am encountering this error when trying to run my react native app:
Unable to resolve module missing-asset-registry-path from /Users/user/Desktop/project/node_modules/@react-navigation/elements/lib/commonjs/assets/back-icon.png: missing-asset-registry-path could not be found within the project or in these directories:
node_modules
> 1 | �PNG
2 |
3 |
4 | IHDR`H����IDATx���1��
I have this version of react native:
“react-native”: “0.73.6”
I think this error appeard when I added eslint configurations in my project. How can I solve this?