We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Platform
1 parent 7a3925d commit e13cd50Copy full SHA for e13cd50
index.js
@@ -1,4 +1,4 @@
1
-import { requireNativeComponent, View } from 'react-native';
+import { requireNativeComponent, View, Platform } from 'react-native';
2
3
const PointerInteractionView = Platform.OS === 'ios'
4
? requireNativeComponent('PointerInteraction')
0 commit comments