Since @shoutem/ui had a limitation with ref param I added a patch for it to respect the ref implementation by adding ref={(input) => this.props.inputRef(input)} to:
The team ended up not using this path and created a different approach to solve the issue. I would like to roll back this patch. I couldn't find a way to remove the patch, as easy as it is to add it. I have checked documentataion but couldn't find the detail about it.
I have also tried:
yarn patch-package package-name --reverse
Check --reverse under Options heading, at the documentation here https://yarnpkg.com/package/patch-package.
Ex.: yarn patch-package @shoutem/ui --reverese
Even after that when I run yarn install I see that in my patch list (check image) which I want to get rid of.

