Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding interface callback for dynamic color scheme
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
- Loading branch information