Unable to resolve module react-native-inappbrowser-reborn

1
Hi all,   I am using the Mendix supported OIDC-module on a Mendix native app version 9.24.1. When I try to call the javascript action JS_OpenAuthUrl (to start the SSO login sequence via browser in-app) I am getting the following error: Unable to resolve module react-native-inappbrowser-reborn   The related json file looks like this:   {     "nativeDependencies": {         "react-native-inappbrowser-reborn": "3.6.3"     } }   It looks like it cannot resolve this dependency somehow. I also have updated my Mendix NativeMobileResources to the latest version.   Help me?  
asked
1 answers
-1
npm install react-native-inappbrowser-reborn

did the trick

answered