mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: This diff disables the state list animator from the ReactSlider object used to measure ReactSlider. The motivation is to fix T63030542, which it seems to be caused by the state list animator being accessed and modified from different threads We don't have a way to reproduce, but based on my analysis this diff will fix T63030542. I would like to land this diff and then keep tracking production data for the crash reported on T63030542 Changelog: [Android][Fixed] Fix intermittent crash of ReactSlider on Android Reviewed By: fkgozali Differential Revision: D21920698 fbshipit-source-id: 54af388043d5041c4bf981c81364780d3f52d818
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.