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

## Environment RN 61.5 Haul 0.17.0 Looks like by default device trying to connect to localhost:8081/debugger-proxy, but the haul's server respond is like: `{"statusCode":404,"error":"Not Found","message":"File /debugger-proxy not found"}` Also real...

## Describe the feature We've landed [Fast Refresh](https://mobile.twitter.com/reactnative/status/1144629612921720833) on React Native master. You can try it if you build all Metro packages from master and replace them in `node_modules` of...

needs more info

### Summary We use haul, mostly because metro bundler doesn't give us enough control.

### Summary This PR fixes issue #748 ### Test plan Example output when compiling react-navigation in a pnpm project: ``` 68502 % ls drawable-mdpi/ gation_stack551_a182da6647d2184b7d281770a34a973a_node_modules_reactnavigation_stack_src_views_assets_backiconmask_3.png m_reactnative0622_686ec919160581136b28b7fe63160a42_node_modules_reactnative_libraries_logbox_ui_logboximages_loader_6.png native0622_686ec919160581136b28b7fe63160a42_node_modules_reactnative_libraries_logbox_ui_logboximages_alerttriangle_7.png native0622_686ec919160581136b28b7fe63160a42_node_modules_reactnative_libraries_logbox_ui_logboximages_chevronright_4.png navigation_stack551_a182da6647d2184b7d281770a34a973a_node_modules_reactnavigation_stack_src_views_assets_backicon_2.png pm_reactnative0622_686ec919160581136b28b7fe63160a42_node_modules_reactnative_libraries_logbox_ui_logboximages_close_1.png...

## Environment - OS: macOS Catalina - React Native: 0.63 - npx: 6.14.5 - node: 12.12.0 ## Description When trying to setup Haul in an existing project, the `haul init`...

## Environment Node v13.8.0 ## Description Module.createRequireFromPath() is deprecated since Node v12.2.0. An error is thrown when it is used on v13. ## Reproducible Demo Use haul in a project...

bug
help wanted

I haven't upgraded haul on my project for quite some time, now all my `@haul-bundler/*` packages are all outdated. How should I approach upgrading? I noticed one of the patches...

enhancement
help wanted
docs

The name chosen in: https://github.com/callstack/haul/blob/c0bfea756dfd52f965531e0b92927fcda8440980/packages/haul-core/src/webpack/loaders/assetLoader.ts#L50-L56 causes ENAMETOOLONG due to unknown reasons (the name is below 255 characters which should be fine on Linux) ``` error ▶︎ [Error: ENAMETOOLONG: name too...

bug
help wanted
high priority

## Environment ``` System: OS: macOS 10.15.4 CPU: (8) x64 Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz Memory: 781.97 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.16.3 -...

## Environment RN 0.62.2 Haul 0.22.1 preset-0.60 ## Description I get an error when I enable "Debug" in the simulator. ## Reproducible Demo Just simple launch an application an "Debug"...