Skip to content

Commit 511bf4f

Browse files
fkgozalifacebook-github-bot
authored andcommitted
Buck: renamed rn_library() kwarg: native_module_android_package_name -> 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: 37a8a69b443ffc8bfbaa145b0f21270a0f3515d4
1 parent 9193c4f commit 511bf4f

File tree

1 file changed

+1
-1
lines changed
  • packages/rn-tester

1 file changed

+1
-1
lines changed

packages/rn-tester/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ rn_library(
6363
"js/examples/WebSocket/websocket_test_server.js",
6464
],
6565
),
66+
android_package_name = "com.facebook.fbreact.specs",
6667
codegen_components = True,
6768
codegen_modules = True,
6869
labels = [
6970
"pfh:ReactNative_CommonInfrastructurePlaceholder",
7071
],
7172
native_component_spec_name = "AppSpecs",
72-
native_module_android_package_name = "com.facebook.fbreact.specs",
7373
native_module_spec_name = "AppSpecs",
7474
skip_processors = True,
7575
visibility = ["PUBLIC"],

0 commit comments

Comments
 (0)