UNPKG

@interactify-live/player-react-native

Version:

React Native library for Interactify player with media display, widgets, and MQTT integration

5 lines (4 loc) 232 B
import { InteractifyPlayer } from './InteractifyPlayer'; import type { InteractifyPlayerProps, InteractifyPlayerHandle } from './types'; export { InteractifyPlayer }; export type { InteractifyPlayerProps, InteractifyPlayerHandle };