How to use WebViews and Deep Linking in React Native apps

As a React Native developer, you may be asked to implement features like redirecting to a web page or a different app within your React Native app. This can be achieved by using two modules from the React Native API: WebViews and Linking.


This is a companion discussion topic for the original entry at https://blog.crowdbotics.com/how-to-use-webviews-and-deep-linking-in-react-native-apps/