I have an app which fails on linking/unlinking packages, similar to this issue.
It specifically fails on linking the MainApplication.java
file with this error.
error Something went wrong while unlinking. Reason ENOENT: no such file or directory, open './AppName/android/app/src/main/java/co/AppName/AppName/MainApplication.java'
The path is actually incorrect java/co/AppNAme
should be java/com/AppName
.
I can't find anywhere what could be causing this or any documentation on how to set the path.
I've tried using babel-plugin-module-resolver
but no success, unless im missing something. Anyone had a similar problem?