Is React Native just for UI?

In contrast, React Native actually translates your markup to real, native UI elements , leveraging existing means of rendering views on whatever platform you are working with. Additionally, React works separately from the main UI thread, so your application can maintain high performance without sacrificing capability.

Read more