- Download patch.zip
- set it at the root of the project
- unzip the patch.zip
- add this line in
package.json
- yarn install
"scripts": {
...
"postinstall": "./.patch/script-patch.sh"
...
},
package.json
"scripts": {
...
"postinstall": "./.patch/script-patch.sh"
...
},
thank you