UNPKG

rn-pendo-sdk

Version:

Pendo Mobile React Native SDK

1 lines 1.3 kB
Object.defineProperty(exports,"__esModule",{value:true});exports.PlatformOS=exports.NavigationLibraryType=exports.ModalType=exports.IntegrationType=void 0;var NavigationLibraryType=exports.NavigationLibraryType=function(NavigationLibraryType){NavigationLibraryType[NavigationLibraryType["NoPluginDetected"]=0]="NoPluginDetected";NavigationLibraryType[NavigationLibraryType["ReactNativeNavigation"]=1]="ReactNativeNavigation";NavigationLibraryType[NavigationLibraryType["ReactNavigation"]=2]="ReactNavigation";NavigationLibraryType[NavigationLibraryType["ExpoRouter"]=5]="ExpoRouter";NavigationLibraryType[NavigationLibraryType["Other"]=3]="Other";return NavigationLibraryType;}({});var PlatformOS=exports.PlatformOS=function(PlatformOS){PlatformOS["ios"]="ios";PlatformOS["android"]="android";return PlatformOS;}({});var IntegrationType=exports.IntegrationType=function(IntegrationType){IntegrationType["reactNavigation"]="rn";IntegrationType["expoRouter"]="expo";IntegrationType["reactNativeNavigation"]="rnn";return IntegrationType;}({});var ModalType=exports.ModalType=function(ModalType){ModalType[ModalType["ReactModal"]=0]="ReactModal";ModalType[ModalType["GorhomModal"]=1]="GorhomModal";ModalType[ModalType["Modalize"]=2]="Modalize";ModalType[ModalType["None"]=3]="None";return ModalType;}({});