mmazzarolo / react-native-universal-monorepo

React Native boilerplate supporting multiple platforms: Android, iOS, macOS, Windows, web, browser extensions, Electron.
MIT License
1.7k stars 150 forks source link

How to globally rename the project? #37

Closed actraiser closed 2 years ago

actraiser commented 2 years ago

Thank you for this excellent boilerplate. I wondered if there is a one-liner or a bash script that helps renaming the project from ReactNativeUniversalProject to something else. I actually only require iOS and Android builds if this matters. I am honestly not sure if this is something I can do from the Terminal/VSCode or if I have to run XCode when it comes to the iOS-Build. Any suggestion would be appreciated.

Greets -act