Starting a migration into React 17. Splitting up these PRs as much as possible, so that it's easy to review.
This PR just upgrades React and Webpack and ensures that the resulting app builds.
Because of the removal of refs in <ReactTappable> components, the mobile header no longer is functional. <ReactTappable> components will be replaced with <button> components in the next PR.
Starting a migration into React 17. Splitting up these PRs as much as possible, so that it's easy to review.
This PR just upgrades React and Webpack and ensures that the resulting app builds.
Because of the removal of refs in
<ReactTappable>
components, the mobile header no longer is functional.<ReactTappable>
components will be replaced with<button>
components in the next PR.