Running React Native on the web

Now to add react-native-web to our project let's start by installl dependencies:

# npm
npm install react-dom react-scripts react-native-web

# yarn
yarn add react-dom react-scripts react-native-web