mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix react-native export for PointPropType
Summary: PointPropType was split in https://github.com/facebook/react-native/commit/f3c802759535ef049cf7a425143099fe5bf27a1e but we forgot to change this reference. It was previously requiring PointPropType which now only exports a flow type. Reviewed By: RSNara Differential Revision: D10082048 fbshipit-source-id: 6dbfe434873d00d1203aaea65fb3129dee5a00c1
This commit is contained in:
committed by
Facebook Github Bot
parent
0625c348cc
commit
b3bf7e0cf9
+1
-1
@@ -307,7 +307,7 @@ const ReactNative = {
|
||||
return require('EdgeInsetsPropType');
|
||||
},
|
||||
get PointPropType() {
|
||||
return require('PointPropType');
|
||||
return require('DeprecatedPointPropType');
|
||||
},
|
||||
get ViewPropTypes() {
|
||||
return require('DeprecatedViewPropTypes');
|
||||
|
||||
Reference in New Issue
Block a user