Hi!
I have created my expo app with CRNA and have quite bigg app with a lot of files in different folders etc. I have been trying to get reallative paths to work very unsuccessfully. I have tried to work with babel-plugin-module-resolver, module-alias, have tried to specify where to find all relevant files in the flowconfig file with “module.system.node.resolve_dirname” but nothing works!! I want to be able to import like this:
import someModule from "framework/path/to/someModule"
instead of :
import someModule from “…/…/…/…/framework/path/to/someMododule”
how can I do this??