pendo-mobile-sdk icon indicating copy to clipboard operation
pendo-mobile-sdk copied to clipboard

Pendo native plugin is not available on test

Open trajano opened this issue 7 months ago • 7 comments

Platform + Version e.g IOS 16, Android

SDK Version "rn-pendo-sdk": "^2.22.3",

Framework Expo using React Navigation,

Describe the bug This message appears on Jest logs whenever the rn-pendo-sdk is loaded

console.info
 [rn-pendo-sdk]  Pendo native plugin is not available. Ignoring Call. Please note that if you are using Expo, Expo Go is not supported by Pendo because Pendo SDK has a native plugin that is not part of the Expo Go app.

I am thinking that this message should only be generated when PendoSDK.setup is actually called and not as a side effect of module load.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Logs If applicable, please add crash logs OR pendo logs (can be turned on with PendoManager.shared().setDebugMode(true))

Sample Code Code snippet or Sample project

Additional context Add any other context about the problem here.

trajano avatar Nov 19 '23 17:11 trajano