ignite
ignite copied to clipboard
Fix issues with circular dependencies
Describe the bug
Running the following command results in 18 circular dependencies in an ignited app:
npx madge --circular --extensions ts,tsx --ts-config tsconfig.json ./
We should fix the generated ignite codebase so that this shows 0 circular dependencies. This will speed up metro resolving the module graph.
Ignite version
latest
Additional info
n/a