mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
25d397651e
Summary: …ake sure Android does not crash from bad params when using useNativeDriver Android apps crash when using Animated useNativeDriver: true and the toValue is not a number. See issue here with test case. [Issue](https://github.com/facebook/react-native/issues/23810) [Android] [fixed] - Fix crash when using Animated with useNativeDriver and a non Number toValue Pull Request resolved: https://github.com/facebook/react-native/pull/23812 Differential Revision: D14436113 Pulled By: cpojer fbshipit-source-id: 89fb3180c08cc5ffb817b3984dacda0a80b4f703
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.