1 min readApr 11, 2019
With React Native you have a set of components to use, instead of HTML components. And they are compiled to native code, to a native app. So, you don't really serve React Native in a backend with Docker. The result from building something with React Native is a binary application that you then upload to the Apple Store or Google Play.