Skip to content

Commit e13cd50

Browse files
committed
fix: missing Platform import
1 parent 7a3925d commit e13cd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { requireNativeComponent, View } from 'react-native';
1+
import { requireNativeComponent, View, Platform } from 'react-native';
22

33
const PointerInteractionView = Platform.OS === 'ios'
44
? requireNativeComponent('PointerInteraction')

0 commit comments

Comments
 (0)