react-native-community / upgrade-helper

⚛️ A web tool to support React Native developers in upgrading their apps.
https://react-native-community.github.io/upgrade-helper
MIT License
3.67k stars 112 forks source link

Add ability to specify custom app package for Android code diffs e.g. org.myorg #367

Closed smallsaucepan closed 1 year ago

smallsaucepan commented 1 year ago

Summary

Adding functionality to let users specify their own package name (for Android Java builds) as well as the app name.

Simplified form field state while keeping UI snappy (making use of useDeferredValue). Preferred replaceAll with plain old strings rather than RegExps. Latter probably overkill and harder to read when constructing more elaborate search strings for package substitution code.

Resolves issues #339 and #366.

Test Plan

Added some unit tests adjacent to the main function being changed.

Checklist

Update to readme not required.