-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Buck: renamed rn_library() kwarg: native_module_android_package_name -> android_package_name #36867
Conversation
This pull request was exported from Phabricator. Differential Revision: D44857744 |
Base commit: 71506ce |
This pull request was exported from Phabricator. Differential Revision: D44857744 |
…-> android_package_name (facebook#36867) Summary: Pull Request resolved: facebook#36867 This will make it consistent with rn_codegen() kwargs, and because android_package_name is not just limited to native_module's Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D44857744 fbshipit-source-id: d8a0b4000b2f2fa4ffda4454d1c9dc90402b39bb
95bde9e
to
5505241
Compare
…-> android_package_name (facebook#36867) Summary: Pull Request resolved: facebook#36867 This will make it consistent with rn_codegen() kwargs, and because android_package_name is not just limited to native_module's Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D44857744 fbshipit-source-id: b0dd61a17474648dd04374447feff5236c5c0e67
5505241
to
52b072a
Compare
This pull request was exported from Phabricator. Differential Revision: D44857744 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D44857744 |
…-> android_package_name (facebook#36867) Summary: Pull Request resolved: facebook#36867 This will make it consistent with rn_codegen() kwargs, and because android_package_name is not just limited to native_module's Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D44857744 fbshipit-source-id: 49e9251ebdd6df8f78ddf73fa0324c1dc1ab8e74
52b072a
to
f0cb850
Compare
…-> android_package_name (facebook#36867) Summary: Pull Request resolved: facebook#36867 This will make it consistent with rn_codegen() kwargs, and because android_package_name is not just limited to native_module's Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D44857744 fbshipit-source-id: c296c11f2e68f3ed01ae87463c3c13f0f4933798
f0cb850
to
a05ee98
Compare
This pull request was exported from Phabricator. Differential Revision: D44857744 |
Summary: For consistency with internal build rules, rename this kwarg. This will make it easier to keep both internal and external usages consistent. Changelog: [General][Changed] react-native-codegen: Buck-only: renamed src_prefix kwarg Differential Revision: D44857745 fbshipit-source-id: 5027c1358fd1987a66a81590d9d8d8622ab709b8
…-> android_package_name (facebook#36867) Summary: Pull Request resolved: facebook#36867 This will make it consistent with rn_codegen() kwargs, and because android_package_name is not just limited to native_module's Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D44857744 fbshipit-source-id: 7904a34cfaf2e2bf4b87e2ce10d19a2cfda7af54
This pull request was exported from Phabricator. Differential Revision: D44857744 |
a05ee98
to
3d3e2ed
Compare
This pull request has been merged in 511bf4f. |
…-> android_package_name (facebook#36867) Summary: Pull Request resolved: facebook#36867 This will make it consistent with rn_codegen() kwargs, and because android_package_name is not just limited to native_module's Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D44857744 fbshipit-source-id: 37a8a69b443ffc8bfbaa145b0f21270a0f3515d4
…-> android_package_name (facebook#36867) Summary: Pull Request resolved: facebook#36867 This will make it consistent with rn_codegen() kwargs, and because android_package_name is not just limited to native_module's Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D44857744 fbshipit-source-id: 37a8a69b443ffc8bfbaa145b0f21270a0f3515d4
Summary:
This will make it consistent with rn_codegen() kwargs, and because android_package_name is not just limited to native_module's
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D44857744