[react_native] JS files from D2038898: Move view specific constants out of UIManager to the cooresponding view manager class.
This commit is contained in:
parent
ba501a1bf5
commit
4bd56ca6d1
|
@ -364,7 +364,7 @@ var validAttributes = {
|
|||
if (Platform.OS === 'android') {
|
||||
var AndroidScrollView = createReactIOSNativeComponentClass({
|
||||
validAttributes: validAttributes,
|
||||
uiViewClassName: 'AndroidScrollView',
|
||||
uiViewClassName: 'RCTScrollView',
|
||||
});
|
||||
var AndroidHorizontalScrollView = createReactIOSNativeComponentClass({
|
||||
validAttributes: validAttributes,
|
||||
|
|
Loading…
Reference in New Issue