Issue
Currently whenever I install a new component, it asks whether or not to overwrite existing components like text.tsx or icon.tsx. In my project I tend to slightly amend some of the rn-reusables components as required, especially if I know that a component will always have a specific style. But this seems like me or any other contributor could easily accidentally overwrite the component and reset it to default which would cause issues in a lot of places.
Expected
Add an option to completely disable overwriting or asking to overwrite, please let me know if there is already an option that I don't know about. Or any workaround.