mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-07 20:03:40 +08:00
Summary: **Motivation** Ability to customize slider colors is desirable to match the brand. Currently iOS allows using images for slider parts, but android doesn't have any customization options. This PR adds support for customizing `thumbTintColor`, `trackTintColor` and `progressTintColor`. **Test plan (required)** Run UIExplorer example with the changes and verify everything works fine.  cc brentvatne Closes https://github.com/facebook/react-native/pull/11946 Differential Revision: D4427474 fbshipit-source-id: ec3a38db600bac6108691a4cfa15e2409143b9f3
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.