HAUL
Haul is a command line tool for developing React Native apps
Haul is a drop-in replacement for react-native CLI built on open tools like Webpack. It can act as a development server or bundle your React Native app for production. @haul-bundler/cli and other packages under @haul-bundler scope are an overhaul of haul package and support only React Native 0.59.0 and above. If you need to support older versions, please check legacy branch. @haul-bundler/cli and other packages require Node 10 to be installed. If you're running an older version, please upgrade to Node 10 LTS or newer. Add the configuration needed to make Haul work with your app, e.g. add haul.config.js to your project, which you can customize to add more functionality. ...