Add link to docs for React addons
Reviewed By: @javache Differential Revision: D2502770
This commit is contained in:
parent
0a13cd0480
commit
c15fd8f22c
|
@ -85,6 +85,7 @@ var ReactNative = Object.assign(Object.create(require('React')), {
|
||||||
EdgeInsetsPropType: require('EdgeInsetsPropType'),
|
EdgeInsetsPropType: require('EdgeInsetsPropType'),
|
||||||
PointPropType: require('PointPropType'),
|
PointPropType: require('PointPropType'),
|
||||||
|
|
||||||
|
// See http://facebook.github.io/react/docs/addons.html
|
||||||
addons: {
|
addons: {
|
||||||
LinkedStateMixin: require('LinkedStateMixin'),
|
LinkedStateMixin: require('LinkedStateMixin'),
|
||||||
Perf: undefined,
|
Perf: undefined,
|
||||||
|
|
Loading…
Reference in New Issue