Skip to content

Instantly share code, notes, and snippets.

diff --git a/node_modules/react-native-intersection-observer/lib/withIO.js b/node_modules/react-native-intersection-observer/lib/withIO.js
index b957799..6e4e1b4 100644
--- a/node_modules/react-native-intersection-observer/lib/withIO.js
+++ b/node_modules/react-native-intersection-observer/lib/withIO.js
@@ -1,21 +1,25 @@
-import React, { PureComponent, createRef, } from 'react';
-import { findNodeHandle, } from 'react-native';
+import React, { PureComponent, createRef } from 'react';
+import { findNodeHandle, View } from 'react-native';
import IOContext from './IOContext';