You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shaban Kamel edited this page Aug 31, 2024
·
1 revision
Advanced Topics
Sharing Solara
In native development, managing multiple codebases can be challenging—unlike in Flutter, where a single codebase suffices. To ensure consistency across various codebases, it's essential to share brand configurations effectively.
Solution: Git Submodules
By using Git Submodules for the solara folder, all teams can access and share the same brand configurations. This approach promotes:
Consistency: Ensures all projects adhere to the same brand standards.
Reusability: Allows common configurations to be reused across different codebases.
Effortless Management: Simplifies updates and maintenance of shared configurations.
With this setup, teams can collaborate more efficiently while maintaining a unified brand identity.