diff --git a/packages/rn-tester/BUCK b/packages/rn-tester/BUCK index ef3f2549ea0ca0..28e6686f95ce02 100644 --- a/packages/rn-tester/BUCK +++ b/packages/rn-tester/BUCK @@ -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"],