mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
45d7df6cf7
Summary: Changelog: [Android] [Added] Adding: - OverrideColorScheme interface to AppearanceModule - setOverrideColorScheme method to AppearanceModule This allows RN surfaces's color scheme to be overriden by custom theme from the app. When set, AppearanceModule will use the value from OverrideColorScheme instead of system theme (light/dark) Reviewed By: JoshuaGross Differential Revision: D20405810 fbshipit-source-id: 8e562148a75231781649b615fdaf3368beeb477d
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.