mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
42b6e6682c
Summary: Noticed while working in MobileHome with android device, when interacting with the Tasks change progress/priority components (MobileHomeTasksDetailsSelectorToken), which provides `borderRadius` style and `backgroundColor: ifSelected ? value : null`, and when `backgroundColor` is `null`, the line changed in this diff crashes (throwing the `NoSuchKeyException` at `ReadableNativeMap:110` [because of isNull check on `ReadableNativeMap:107`]) Changelog: [Android][Fixed] - Fixed crash when using style borderRadius: any with backgroundColor: null Reviewed By: JoshuaGross Differential Revision: D27932828 fbshipit-source-id: 801b04c856ee9dc5a36bbf3e6e3d81de9b1e81a1
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.