Skip to content

Commit

Permalink
Merge pull request #1700 from flexn-io/chore/cherypick
Browse files Browse the repository at this point in the history
add player page for kaios
  • Loading branch information
Marius456 authored Sep 11, 2024
2 parents 36979fd + a8f540b commit f55b764
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/app-harness/src/components/Player/index.kaios.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Text } from 'react-native';

export const Player = () => {
return <Text style={{ color: 'black' }}>Not supported</Text>;
};

0 comments on commit f55b764

Please sign in to comment.