I'm using documentation here to create my custom expo module.
npx create-expo-module FooModule
Using this instruction, for example on ios folder, only .swift files are generated.
I have to import a custom framework (a local folder) and use it inside swift files.
How can I manage it without an xcproject?