Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

smallsaucepan
Copy link
Contributor

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

  • I tested this thoroughly
  • I added the documentation in README.md (if needed)

Update to readme not required.

… 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.
@pvinis pvinis merged commit a2b831b into react-native-community:master Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants