Function ChartIQView

  • ChartIQView is a wrapper component for ChartIQ charting library.

    Returns

    Example

    import { ChartIQView } from 'react-native-chartiq';
    ...

    <ChartIQView
    url={url}
    />

    Parameters

    • props: ChartIqWrapperProps
    • Optional deprecatedLegacyContext: any

      Deprecated

      See

      React Docs

    Returns null | ReactElement<any, any>

Generated using TypeDoc