Jetpack Compose is a modern composable UI toolkit for building native Android apps. Pivoting from a React Native app to a native Android app, adopting Jetpack Compose was a no brainer from a developer experience perspective. The composable modifiers are extremely powerful and being able to preview the composables immediately in your IDE as you develop them help ensure our UI is pixel perfect. When you pair that with a thoughtful MVVM architecture, you have a streamlined app development process which allows us to completely rebuild our existing React Native app, and then some, in just a few months with minimal resources.