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