SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

0 0 0 C++

Fix HasBetterKotlinAlternativeMethod: Use Kotlin joinToString in TextAttributeProps (#55505)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/55505

Replace `TextUtils.join(", ", features)` with Kotlin's idiomatic `features.joinToString(", ")` to fix the HasBetterKotlinAlternativeMethod lint warning. Also removed the now-unused `TextUtils` import while keeping the `TextUtils.TruncateAt` import that is still in use.

changelog: [internal] internal

Reviewed By: alanleedev

Differential Revision: D92021465

fbshipit-source-id: 3cb9e286f9f46f82817b0257dde73230ba2298d6
D
David Vacca committed
cccc180f9da7cc0c51fce296f9159aa3d47bc701
Parent: c8b6339
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com> on 2/13/2026, 7:24:00 AM