mirror of
https://github.com/facebook/react.git
synced 2026-02-24 12:43:00 +00:00
This copies modules into three separate packages instead of putting it all in React. The overlap in shared and between renderers gets duplicated. This allows the isomorphic package to stay minimal. It can also be used as a direct dependency without much risk. This also allow us to ship versions to each renderer independently and we can ship renderers without updating the main react package dependency.
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('./lib/ReactNative');
|