React-native belongs to Native APP or Hybrid APP, according to what criteria to distinguish?

I personally think it belongs to hybrid APP, because it is developed using js, but hybrid APP is mixed and should open webview to load web pages natively, while react-native is actually rendered as a native component. Does it also belong to native APP?

solve?

May.30,2021

react-native belongs to native app. According to the standard is whether the control is a native control or a control in html, react native is compiled to generate a native control, so it is a native application.

Menu