junedomingo / react-native-rename

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

feat: add support for Kotlin templates #290

Closed szymonrybczak closed 9 months ago

szymonrybczak commented 10 months ago

Description

Fixes https://github.com/junedomingo/react-native-rename/issues/289

In React Native 0.73, whole Android template was migrated to Kotlin, read here for more details: https://reactnative.dev/blog/2023/12/06/0.73-debugging-improvements-stable-symlinks#kotlin-template-on-android

Test plan

  1. Create new app with npx react-native@latest init
  2. Run node /path/to/this/tool "newname" --bundleId com.new.name
  3. Run yarn android, app should correctly build and run.
szymonrybczak commented 10 months ago

cc @junedomingo mind having a look and releasing new version as it is adding support for 0.73? 🙏

junedomingo commented 9 months ago

Thank you @szymonrybczak !