Skip to content

Releases: junedomingo/react-native-rename

v2.7.0

15 Jan 14:42
Compare
Choose a tag to compare
  • 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.6.0

05 Dec 18:30
Compare
Choose a tag to compare
  • Use lib version from package.json 434f829
  • [android] Fix files deleting after change a bundle id 7aaa7bd

v2.5.0...v2.6.0

v2.5.0

23 Oct 19:11
Compare
Choose a tag to compare
  • Fix Node v14 warning 661c8ed
  • Validate bundleID to match requirements for Android. 7256fd0
  • Start using app.json as a source of trust. bbded41
  • Update the name of Bridging-Header file d35bcd2

v2.4.0...v2.5.0

v2.4.0

01 Nov 14:50
16b2e56
Compare
Choose a tag to compare
  • #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.2

07 Nov 13:33
3c9ecf4
Compare
Choose a tag to compare

Fixes #63

v2.3.0

01 Nov 13:01
b4992a3
Compare
Choose a tag to compare

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: