It seems that React Native or UniApp can run multiple platforms with one set of code, but can it completely replace native mobile (Kotlin/Swift) in actual development?
What are the advantages and disadvantages of native mobile and react native?
thanks
It is possible to develop apps in those environment.
However, that introduces an extra layer atop of UIKit to make it compatible with other platforms. Which may cause some issues with some API.