import { ViewStyle } from 'react-native'; export default interface NativePlayerViewProps { playerId: string; style?: ViewStyle[]; }