Skip to content

Commit a0e189a

Browse files
committed
Add IndicatorSizePropType
1 parent 552bd33 commit a0e189a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Libraries/react-native/react-native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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: {

Libraries/react-native/react-native.js.flow

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

138139
module.exports = ReactNative;

0 commit comments

Comments
 (0)