vmghotspotclients
v1.2.11
Published
SDK for Native Mobile App Implementation
Downloads
376
Readme
RedPepper-SDK-Library
npm i red-pepper-sdk-library --force
Code to be added in your parent app view
import Redpeppersdklibrary from 'red-pepper-sdk-library';
where ever needed please add below to invoke the plugin
<Redpeppersdklibrary onHandleAddToList={onClickAddToList} clientUrl={clientApp} clientValue ={clientValue} storeValue ={storeValue} onHandleDirectAddToList={onHandleDirect_AddToList} analyticsCallBackEvent={analyticsCallBackEvent} onHandleQuickView={onHandleQuick_View} storeListHeight={160} imageViewHeight={Platform.OS === 'ios' ? 230 : 200} />
