Skip to content

Commit

Permalink
fix: remove unnecessary require from ScrollView
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki authored and cipolleschi committed May 20, 2024
1 parent fb9be50 commit ee0590e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ import memoize from 'memoize-one';
import nullthrows from 'nullthrows';
import * as React from 'react';

if (Platform.OS === 'ios') {
require('../../Renderer/shims/ReactNative'); // Force side effects to prevent T55744311
}

const {NativeHorizontalScrollViewTuple, NativeVerticalScrollViewTuple} =
Platform.OS === 'android'
? {
Expand Down

0 comments on commit ee0590e

Please sign in to comment.