Skip to content

Commit

Permalink
Merge pull request #301 from bitmovin/untracked/fix-analytics-functio…
Browse files Browse the repository at this point in the history
…n-name

Fix function name in BasicAnalytics sample
  • Loading branch information
strangesource authored Oct 19, 2023
2 parents 25b37d4 + 1910ba4 commit c68292b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/screens/BasicAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from 'bitmovin-player-react-native';
import { useTVGestures } from '../hooks';

export default function BasicAds() {
export default function BasicAnalytics() {
useTVGestures();

const player = usePlayer({
Expand Down

0 comments on commit c68292b

Please sign in to comment.