Framework7 React does React Natives Inappbrowser work?

I have install Reacts Inappbrowser, but I can get it to work. If I include the javascript to activate the inappbrowser the app cant be built and I get errors:

This line in App.jsz:
import InAppBrowser from ‘react-native-inappbrowser-reborn’;
Stops the build of the app.
And also the rest of javascript code under Demo at this page:

Have anyone got it working?

Framework7-React is no supported by React Native. React Native is totally different framework with different approach. If you use cordova then use this plugin https://github.com/EddyVerbruggen/cordova-plugin-safariviewcontroller

Many thanks. When I deployed my Framework7 React app, I used the commands React Native page:

npm install -g serve

serve -s build


The webb app worked, but is this the right way?