haul icon indicating copy to clipboard operation
haul copied to clipboard

Haul is a command line tool for developing React Native apps, powered by Webpack

Results 49 haul issues
Sort by recently updated
recently updated
newest added

### Summary Add missing dependencies @babel/plugin-transform-computed-properties to @haul-bundler/babel-preset-react-native. The following dependencies are used in @haul-bundler/babel-preset-react-native - [@babel/plugin-transform-arrow-functions](https://github.com/callstack/haul/blob/master/packages/haul-babel-preset-react-native/src/index.ts#L61) - [@babel/plugin-transform-computed-properties](https://github.com/callstack/haul/blob/master/packages/haul-babel-preset-react-native/src/index.ts#L56) - [@babel/plugin-transform-destructuring](https://github.com/callstack/haul/blob/master/packages/haul-babel-preset-react-native/src/index.ts#L57) - [@babel/plugin-transform-for-of](https://github.com/callstack/haul/blob/master/packages/haul-babel-preset-react-native/src/index.ts#L65) - [@babel/plugin-transform-regenerator](https://github.com/callstack/haul/blob/master/packages/haul-babel-preset-react-native/src/index.ts#L58) However they are not declared...

## Environment I am on Windows and node v14.15.1, but it looks like this should apply everywhere ## Description When you run haul, you get the following message: `done ▶︎...

Hi, @zamotany, I have reported a [vulnerability issue](https://snyk.io/vuln/SNYK-JS-TREEKIT-1077068) in package **terminal-kit**. As far as I am aware, vulnerability(high severity) [**SNYK-JS-TREEKIT-1077068**](https://snyk.io/vuln/SNYK-JS-TREEKIT-1077068) detected in package **tree-kit(

## Environment Binaries: Node: 12.16.3 - /var/folders/n3/x77mps511psc9z15lr2011dm0000gq/T/fnm_multishells/37908_1626302308407/bin/node Yarn: 1.22.5 - /var/folders/n3/x77mps511psc9z15lr2011dm0000gq/T/fnm_multishells/37908_1626302308407/bin/yarn npm: 6.14.4 - /var/folders/n3/x77mps511psc9z15lr2011dm0000gq/T/fnm_multishells/37908_1626302308407/bin/npm Watchman: 2021.06.07.00 - /usr/local/bin/watchman Managers: CocoaPods: 1.10.1 - /Users//.gem/ruby/2.6.0/bin/pod SDKs: iOS SDK: Platforms: iOS 14.4,...

## Environment This is our applicaton https://github.com/pass-culture/pass-culture-app-native ## Description Installing as explained in the readme cause application error Would you mind help us know why this plugin is broken with...

## Environment ``` "@haul-bundler/babel-preset-react-native": "^0.13.2", "@haul-bundler/cli": "^0.13.1", "@haul-bundler/inspector": "^0.13.0", "@haul-bundler/preset-0.60": "^0.13.0", "react-native": "^0.61.1", Node v10.16.0 ``` Config: ``` // since preset-0.61 isn't yet available import { withPolyfills, makeConfig } from...

bug

## Ask your Question React Native is currently on version 0.63, but the most recent preset package for Haul is for 0.60. Are there any new presets needed/planned for the...

question

I have a Haul project, and am able to turn on debugging such that Haul launches Chrome and lets me debug. This is great. If instead I run my project...

Sorry, can`t reopen old issue https://github.com/callstack/haul/issues/714 ## Environment "@haul-bundler/babel-preset-react-native": "0.16.0", "@haul-bundler/cli": "0.18.0", "@haul-bundler/core": "0.18.0", "@haul-bundler/preset-0.60": "0.18.0", "react-native": "0.61.5", ## Description When turn on hermes on android, bundle dont work. Hermes...

## Describe the feature Currently, when using the `@haul-bundler/cli start [..]`, Chrome is opened to launch the debugger. This is wonderful! However, my default browser is not Chrome, so it's...