Skip to content

Commit

Permalink
chore: modify useTVPanEvent import to avoid example breaking on web (#69
Browse files Browse the repository at this point in the history
)
  • Loading branch information
remilry authored Feb 16, 2024
1 parent b85007d commit 8cbb3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/example/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { createNativeStackNavigator } from '@react-navigation/native-stack';
import { ProgramDetail } from './src/pages/ProgramDetail';
import { NonVirtualizedGridPage } from './src/pages/NonVirtualizedGridPage';
import { GridWithLongNodesPage } from './src/pages/GridWithLongNodesPage';
import { useTVPanEvent } from './src/components/PanEvent/useTVPanEvent.ios';
import { useTVPanEvent } from './src/components/PanEvent/useTVPanEvent';

const Stack = createNativeStackNavigator<RootStackParamList>();

Expand Down

0 comments on commit 8cbb3c3

Please sign in to comment.