Open vpenchev-noteris opened 1 year ago
Describe the bug I don't want react-native-rename to touch my package.json file
react-native-rename
To Reproduce Just run npx react-native-rename newName
npx react-native-rename newName
Expected behavior Add flag -i or -ignoreFile package.json
-i
-ignoreFile
Don't change specified file
+1. I also want to know if there is anything similar. I want to ignore some files from being replaced, like strings.xml, since I am taking the values from the ENV.
Describe the bug I don't want
react-native-rename
to touch my package.json fileTo Reproduce Just run
npx react-native-rename newName
Expected behavior Add flag
-i
or-ignoreFile
package.jsonDon't change specified file