![](https://www.bram.us/wordpress/wp-content/uploads/2020/02/1_WGHWviOG48L6VENjYLYXEA@2x-1568x383.png)
Kureev Alexey on how to use SwiftUI Components in an React Native App. Today, we’ll write a proxy that allows developers to use SwiftUI in their React Native applications. The Native SwiftUI Button Component looks like this: struct SwiftUIButton : View { @ObservedObject var props = ButtonProps() var body: some View { VStack { Text("Count …