Haul: Remove haul

Created on 3 Apr 2018  路  7Comments  路  Source: callstack/haul

Sorry if this was answered somewhere else but are there instructions available on how to safely remove haul from your project and switch back to default CLI tools ?

Thank you

Most helpful comment

Removing should usually be just git revert <commit-hash-where-you-added-it>. We don't have an automatic way to do it because it's already straightforward enough and we have limited time to spend on other areas.

Anyway, this is an open source project. If you want this functionality, feel free to send a PR which adds this functionality or add documentation explaining how to do it manually. There's no need to be hostile.

All 7 comments

We don't provide an automatic way to do so. If you use your git wisely, you should be able to just revert the commit. If not, you'll need to revert the init steps by hand (see what changes on a fresh RN project).

wow that is horrible

@vzaffalon Really? How many OS tools provide means for removing it? Look at React Native itself, once you add some native module, it's impossible to remove it automatically, you always have to trace back manually, unless you have that change separate in Git.

What about giving try to what @thymikee said and then you can document your findings instead of just complaining ;)

React native is a big mess, doesnt mean you also have to be, it is easier to atack me or put the fault in my git abilities then accepting the true, good luck going foward.

Removing should usually be just git revert <commit-hash-where-you-added-it>. We don't have an automatic way to do it because it's already straightforward enough and we have limited time to spend on other areas.

Anyway, this is an open source project. If you want this functionality, feel free to send a PR which adds this functionality or add documentation explaining how to do it manually. There's no need to be hostile.

wow thanks for the git class

@vzaffalon go away dude.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ellereeeee picture ellereeeee  路  3Comments

satya164 picture satya164  路  7Comments

Natteke picture Natteke  路  6Comments

satya164 picture satya164  路  5Comments

MichelDiz picture MichelDiz  路  3Comments