Skip to content

Commit

Permalink
Add IndicatorSizePropType
Browse files Browse the repository at this point in the history
  • Loading branch information
fadils committed Jul 21, 2016
1 parent 552bd33 commit a0e189a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/react-native/react-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ const ReactNative = {
get ColorPropType() { return require('ColorPropType'); },
get EdgeInsetsPropType() { return require('EdgeInsetsPropType'); },
get PointPropType() { return require('PointPropType'); },
get IndicatorSizePropType() { return require('IndicatorSizePropType'); },

// See http://facebook.github.io/react/docs/addons.html
addons: {
Expand Down
1 change: 1 addition & 0 deletions Libraries/react-native/react-native.js.flow
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ var ReactNative = {
ColorPropType: require('ColorPropType'),
EdgeInsetsPropType: require('EdgeInsetsPropType'),
PointPropType: require('PointPropType'),
IndicatorSizePropType: require('IndicatorSizePropType'),
};

module.exports = ReactNative;

0 comments on commit a0e189a

Please sign in to comment.