How to make in-app browser in react-native?
Basically we are opening our website in default browser like so Linking.openUrl.
But i need to implement in-app browser ( Web Page within an app ).
How do i can do it? 
You can use the new InAppBrowser system for React Native, using SafariViewController and ChromeTabs to support both platforms (iOS and Android).