Cards Plugin Initialization
Initialize the Cards plugin after the component is mounted.There is no platform-specific initialization required.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Initialize the MoEngage Cards plugin in your React Native app after the component mounts.
import ReactMoEngageCards from "react-native-moengage-cards";
ReactMoEngageCards.initialize(YOUR_WORKSPACE_ID);
Suggestions