58
Shopify is moving from React Native back to Swift and Kotlin
(shopify.engineering)
This is a most excellent place for technology news and articles.
It's pretty good practice to have your app modularized to the point where you can execute the core business logic separated from your UI layer, for which you then don't even need a CLI.
In the same vein, it's good practice to have your UI be modularized to the point where you can test its logic separated from the core business logic