mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-16 02:44:51 +00:00
Implement view
This commit is contained in:
@@ -4,8 +4,11 @@ import type {
|
||||
HybridViewProps,
|
||||
} from "react-native-nitro-modules";
|
||||
import type { OmniViewProps } from "../types/view";
|
||||
import type { OmniPlayer } from "./omni-player.nitro";
|
||||
|
||||
export interface Props extends HybridViewProps, OmniViewProps {}
|
||||
export interface Props extends HybridViewProps, OmniViewProps {
|
||||
player: OmniPlayer;
|
||||
}
|
||||
|
||||
export type OmniView = HybridView<
|
||||
Props,
|
||||
|
||||
Reference in New Issue
Block a user