React Native uses the virtual DOM for UI update. It will calculate the changes in the background thread while not changing the UI threads. So, the UI will be highly responsive. Compare to this, NativeScript runs JavaScript on the UI thread which results in high-performance access to 100% of native platform APIs via JavaScript.

BY Best Interview Question ON 20 Apr 2020