For example, say that you want to implement login/register on top of an existing Swift codebase. This is possible, right?
(May not have understood OP correctly.)
If you mean adding native modules into an essentially RN app, that's practically very simple (https://facebook.github.io/react-native/docs/native-modules-...) but still requires some conceptual care (like any API design).
https://facebook.github.io/react-native/docs/integration-wit...
I love to have a react-native-like for just the UI and do my code on swift/F# for the rest.
For example, say that you want to implement login/register on top of an existing Swift codebase. This is possible, right?
(May not have understood OP correctly.)