junedomingo / react-native-rename

Rename react-native app with just one command
MIT License
2.63k stars 261 forks source link

Cyrillic letters in app's name break iOS build #147

Closed CyxouD closed 1 year ago

CyxouD commented 2 years ago

When we use react-native-rename command with Cyrillic letters in a new app's name (like npx react-native-rename "Название_с_кириллицей"), we break iOS build. Android works OK. I believe it is the issue with XCode but I think it's worth to note it in README and warn user after running this command.

My solution for now is to run react-native-renamed command with the name in Latin and rename app's display name manually for iOS (Display Name in XCode's General settings) and Android (app_name string in strings.xml)

junedomingo commented 1 year ago

Closing, please check v3.