LLCheerMeterWidget

🚧

Pre-requisite

Make sure you initialise React Native SDK.

LLCheerMeterWidget is a cheer meter based widget UI component that could be used by your users to root for their favourable teams, players, tournaments, etc.

📘

Snack expo playground

Refer LLCheerMeterWidget snack to play around with the widget

import { LLCheerMeterWidget } from '@livelike/react-native';

export function MyWidgetContainer() {
  return (
    <LLCheerMeterWidget
      programId="xxxxx"
      widgetId="yyyyy"
    />
  );
}

Hooks used by LLCheerMeterWidget

LLCheerMeterWidget Props

📘

Customisation

Refer customisation core concepts to understand different level of component customisation.

programId

TypeDefault
String (Required)No Default

This is the Id of the program in which a given widget is published

widgetId

TypeDefault
String (Required)No Default