I want to use FSD v2 with Expo application. As Expo application uses file based routing like a next.js, there is some conflicts. However, I found that there is possibilities to solve according to Docs FSD. At some point it seems to solve it, the outer app folder will not be used with expo router as it will read only src/app first if it exists. The src/app directory takes higher precedence than the root app directory. Only the src/app directory will be used if you have both.. What should I do in that case?