What are the advantages and disadvantages of native mobile and react native?

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?

Answered by Claude31 in 764883022

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.

thanks

Accepted Answer

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.

What are the advantages and disadvantages of native mobile and react native?
 
 
Q