[add] Appearance module

Close #1597
This commit is contained in:
Jaap Frolich
2020-05-06 18:14:00 -07:00
committed by Nicolas Gallagher
parent cecacbc3ac
commit 324995ec2b
7 changed files with 162 additions and 0 deletions
@@ -6,6 +6,7 @@ module.exports = {
Animated: true,
AppRegistry: true,
AppState: true,
Appearance: true,
BackHandler: true,
Button: true,
CheckBox: true,
@@ -64,5 +65,6 @@ module.exports = {
processColor: true,
render: true,
unmountComponentAtNode: true,
useColorScheme: true,
useWindowDimensions: true
};