react-native-inappbrowser icon indicating copy to clipboard operation
react-native-inappbrowser copied to clipboard

[Eslint | Jest] : Parse errors in imported module 'react-native-inappbrowser-reborn': Cannot read properties of undefined (reading 'forEach') (undefined:undefined)eslintimport/default

Open OmkarK45 opened this issue 6 months ago • 0 comments

Hi folks!

Trying to import the library in a jest test but getting the following issue

import InAppBrowser from 'react-native-inappbrowser-reborn'; ^ Parse errors in imported module 'react-native-inappbrowser-reborn': Cannot read properties of undefined (reading 'forEach') (undefined:undefined) eslint(import/default)

Image

OmkarK45 avatar Apr 07 '25 07:04 OmkarK45