LLEmojiSliderWidget

🚧

Pre-requisite

Make sure you initialise React Native SDK.

LLEmojiSliderWidget is a slider based widget UI component.

import { LLEmojiSliderWidget } from '@livelike/react-native';
import { WidgetKind } from '@livelike/javascript';

export function MyWidgetContainer() {
  return (
    <LLEmojiSliderWidget
      programId="xxxxx"
      widgetId="yyyyy"
      widgetKind={WidgetKind.EMOJI_SLIDER}
    />
  );
}

Hooks used by LLEmojiSliderWidget

LLEmojiSliderWidget 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

widgetKind

TypeDefault
WidgetKind (Required)No Default