You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
operating system: MacOs
npm version: 10.2.4
node version: 18.18.2
react-native-rename version: latest ( 3.2.13)
react-native version: 0.73.1
Additional context
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: