mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-05-13 18:11:35 +08:00
This change adds the react-dom methods to the main export, since this is a Web-only environment (React Native does something similar). It augments the default render methods in order to move style sheet management under the control of the library (necessary for code-splitting support). Relates to #52