SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

0 0 0 C++

Fix UnsafeDereference: Remove !! operators in FpsView (#56115)

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

Fixed UnsafeDereference lint warnings in FpsView.kt.

Changed the `reactContext` parameter type from `ReactContext?` to `ReactContext` since the superclass FrameLayout requires a non-null Context anyway. This eliminates the need for !! operators.

changelog: [internal] internal

Reviewed By: alanleedev

Differential Revision: D96784792

fbshipit-source-id: 7409bba7037775d24ddc83fa7981a5ad7aa86fc7
D
David Vacca committed
ec9ac81dcd844f59ee3458ce617af362c8018403
Parent: aab8df3
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com> on 3/17/2026, 4:13:33 AM