OTA updates are RN's superpower

Over the Air updates are React Native’s superpower. They allow you to update your app without going through the app store review process by sending the updated JavaScript bundle to your users.

This is only possible because of the abstraction that React Native provides. The JavaScript code is separated from the native code rendering the UI.