Closed szymonrybczak closed 9 months ago
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
npx react-native@latest init
node /path/to/this/tool
yarn android
cc @junedomingo mind having a look and releasing new version as it is adding support for 0.73? 🙏
Thank you @szymonrybczak !
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
npx react-native@latest init
node /path/to/this/tool
"newname" --bundleId com.new.nameyarn android
, app should correctly build and run.