Revert changes of the name for AndroidHorizontalScrollView

Summary: This diff reverts the changes in the name for AndroidHorizontalScrollView and AndroidHorizontalScrollContentView that caused a redbox for continuous OTA users

Reviewed By: fkgozali

Differential Revision: D9561972

fbshipit-source-id: 3d8e9ee8bb6081107bc8d315af16885bb003148e
This commit is contained in:
David Vacca
2018-08-29 15:35:42 -07:00
committed by Facebook Github Bot
parent 685b15679f
commit eb225fa173
3 changed files with 4 additions and 4 deletions

View File

@@ -47,10 +47,10 @@ let RCTScrollContentView;
if (Platform.OS === 'android') {
AndroidScrollView = requireNativeComponent('RCTScrollView');
AndroidHorizontalScrollView = requireNativeComponent(
'RCTAndroidHorizontalScrollView',
'AndroidHorizontalScrollView',
);
AndroidHorizontalScrollContentView = requireNativeComponent(
'RCTAndroidHorizontalScrollContentView',
'AndroidHorizontalScrollContentView',
);
} else if (Platform.OS === 'ios') {
RCTScrollView = requireNativeComponent('RCTScrollView');