Releases: junedomingo/react-native-rename
Releases · junedomingo/react-native-rename
v2.7.0
- Allow using the same app name (fix #97)
- Allow using bundle id with the same domain (
com.test
-> com.test.app
) (fix #102)
- Added support for Flipper and other java files (fix #118)
v2.6.0...v2.7.0
v2.4.0
- #55 Addresses the issue of Java source files being deleted inappropriately when using the same package name.
- #47 Also handles deleting of module files alongside common Java source files.
v2.3.0
Version 2.3.0 fixes a bug in the logic for finding files to update. This should fix several issues of files not being properly updated or being removed.
Fixes: