Sorry if the short response seemed rude. No is the answer to both of your questions.
RN isn’t just “HTML in a webview” like PhoneGap or Cordova: elements are actually rendered as native UI components. E.g., a <Text> element becomes a native UILabel on iOS and a TextView on Android.
like HTML?
> which the client then renders into a native view.
A WebView?