Skip to content
Discussion options

You must be logged in to vote

To easily add to the existing project, it seems to create and use .aar/.xcframework modules.
If we import in the project as a submodule, what advantages would there be?

That's totally up to you. Using a submodule may make it easier for your native project to consume specific version of react-native app, but it's not a requirement. For example, you could expose built .aar/.xcframework files through artifactory or some other package system.

.aar/.xcframework are only needed when building for distribution, and can the development environment proceed without using the above modules?

You can build targets for distribution and debug purposes too, up to you. At Callstack we often set up both…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by edoko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants