react-native-rename
react-native-rename copied to clipboard
Update paths.js
Inside Settings.gradle, to assign rootProject.name value's string with an acceptable special character (e.g. single quote )without escaping it (ie /').
Instead of wrapping rootProject.name string value in single quote 'dhaval\'superE-Shop' with back slash to escape in between single quote in string, With this double quoted string value for rootProject.name, "dhaval'superE-Shop" can be written without backward slash)