File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ const ReactNative = {
121121 get ColorPropType ( ) { return require ( 'ColorPropType' ) ; } ,
122122 get EdgeInsetsPropType ( ) { return require ( 'EdgeInsetsPropType' ) ; } ,
123123 get PointPropType ( ) { return require ( 'PointPropType' ) ; } ,
124+ get IndicatorSizePropType ( ) { return require ( 'IndicatorSizePropType' ) ; } ,
124125
125126 // See http://facebook.github.io/react/docs/addons.html
126127 addons : {
Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ var ReactNative = {
133133 ColorPropType: require('ColorPropType'),
134134 EdgeInsetsPropType: require('EdgeInsetsPropType'),
135135 PointPropType: require('PointPropType'),
136+ IndicatorSizePropType: require('IndicatorSizePropType'),
136137};
137138
138139module.exports = ReactNative;
You can’t perform that action at this time.
0 commit comments