I want to edit and remove some rows of code's from my node-modules but everytime I 'nmp install' my code will be overwriten. Is there a solution to edit files in my node-modules without overwriting them every time?
For example i wanna edit:
underlayColor: 'black',
from react-native-collapsible (A component I installed in react-native) to:
underlayColor: 'yellow',
Right now when I npm install it will be black again.