UNPKG
qtsd-fork
Version:
latest (0.0.2)
0.0.2
0.0.1
Do not use this please
qtsd-fork
/
example
/
node_modules
/
react
/
lib
/
React.native.js
6 lines
(3 loc)
•
135 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
//
TODO:
Once we remove the DOM bits from React, this shim can go away.
module
.
exports
=
require
(
'./ReactIsomorphic'
);