Creating a Expo-friendly Reusable Component by Wrapping a JS Library into a React Component with No Native Code. — Introduction This post is a continuation and improvement of the techniques discussed in a previous post. In that article, I described a technique that combined Expo’s ease of development, Webpack’s packaging capability, Gulp’s task automation, and React Native’s WebView component in order to covert an UI oriented JavaScript library into React…