react-native-inappbrowser
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
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)