Describe the bug
After the recent update of React Native to version 0.73 and above, the MainApplication and MainActivity files, which were originally in Java, have been converted to Kotlin. Previously, the renaming of the project name inside these Java files worked as expected, but it seems to be encountering issues after the switch to Kotlin. Are there any plans to address this in future updates, or should we continue with manual updates?
To Reproduce
Steps to reproduce the behavior:
Create an ordinary React Native CLI 0.73.* project and use react-native-rename
Expected behavior
Raname project name inside MainApplication and MainActivity files
Environment (please complete the following information):
Describe the bug After the recent update of React Native to version 0.73 and above, the MainApplication and MainActivity files, which were originally in Java, have been converted to Kotlin. Previously, the renaming of the project name inside these Java files worked as expected, but it seems to be encountering issues after the switch to Kotlin. Are there any plans to address this in future updates, or should we continue with manual updates?
To Reproduce Steps to reproduce the behavior:
Expected behavior Raname project name inside MainApplication and MainActivity files
Environment (please complete the following information):
Additional context