diff --git a/Libraries/Components/ScrollView/ScrollView.js b/Libraries/Components/ScrollView/ScrollView.js index 2446276a42..354d3c75de 100644 --- a/Libraries/Components/ScrollView/ScrollView.js +++ b/Libraries/Components/ScrollView/ScrollView.js @@ -50,6 +50,10 @@ import AndroidHorizontalScrollViewNativeComponent from './AndroidHorizontalScrol import ScrollContentViewNativeComponent from './ScrollContentViewNativeComponent'; import ScrollViewNativeComponent from './ScrollViewNativeComponent'; +if (Platform.OS === 'ios') { + require('../../Renderer/shims/ReactNative'); // Force side effects to prevent T55744311 +} + const {NativeHorizontalScrollViewTuple, NativeVerticalScrollViewTuple} = Platform.OS === 'android' ? {