context: A name to give to a loading context. This allows require.js to load multiple versions of modules in a page, as long as each top-level require call specifies a unique context string.
window.requirejs
), и, если нет, вставляет в DOM <script src="/path/to/require"></script>
, а дальше как обычно.
Но если у вас с ним хорошие отношения, то можно посмотреть на этот фреймворк: https://github.com/lizadaly/windrift. Он, вроде бы, не поддерживает RN из коробки, но можно, наверное, допилить -- тут уж вам виднее.