SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

Fix lint issues in SpringAnimation (#55364)

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

Fixed multiple lint issues in SpringAnimation.kt:

1. FieldsBelowInit: Moved isAtRest and isOvershooting computed properties
   above the init block to follow Kotlin initialization order conventions.

2. MixedConditionalOperators: Added explicit parentheses to clarify operator
   precedence in boolean expressions mixing && and ||.

changelog: [internal] internal

Reviewed By: javache

Differential Revision: D91738503

fbshipit-source-id: 9968dc5c07f8a1023ef1f700f4dca26321a5692c
D
David Vacca committed
81ee556735530f515b0577deaaf6ff009b0277fc
Parent: f4f9e17
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com> on 1/30/2026, 7:25:11 AM