Skip to content

Commit

Permalink
Buck: renamed rn_library() kwarg: native_module_android_package_name …
Browse files Browse the repository at this point in the history
…-> android_package_name (#36867)

Summary:
Pull Request resolved: #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
  • Loading branch information
fkgozali authored and facebook-github-bot committed Apr 11, 2023
1 parent 6cb66df commit a05ee98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rn-tester/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ rn_library(
"js/examples/WebSocket/websocket_test_server.js",
],
),
android_package_name = "com.facebook.fbreact.specs",
codegen_components = True,
codegen_modules = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
],
native_component_spec_name = "AppSpecs",
native_module_android_package_name = "com.facebook.fbreact.specs",
native_module_spec_name = "AppSpecs",
skip_processors = True,
visibility = ["PUBLIC"],
Expand Down

0 comments on commit a05ee98

Please sign in to comment.