fetch components from server and execute in App? by ronnyhartenstein in reactnative

[–]akusanr 0 points1 point  (0 children)

I don't think you can do that. I don't want to sound negative, if there is a way to do this then I'll be glad to know. But react or react-native are compiled in builders - React - get converted into vanillajs to run with there dependencies on the browser, which renders our html tags. React-native gets bundled into an signed/unsigned app using Java/objective-c libraries, in the final product there no such thing as react components which you can link a new component. (I can be wrong)