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 (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
  • Loading branch information
fkgozali authored and jeongshin committed May 7, 2023
1 parent 601b3c0 commit ad11649
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 ad11649

Please sign in to comment.