mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
d33ead3f16
Summary: Changelog: [internal] # Problem Implementation of `matricesDiffer` was ignoring first element in the matrix, therefore two matrixes that were different were actually evaluated as same and React didn't pass value to native. # Solution Take first element in the matrix into account when comparing matrices. Reviewed By: cpojer Differential Revision: D20117210 fbshipit-source-id: 84c3b4e580da44bda4fc8bd8669318282ae9aa32