feat(windows): fix config so it will disable hover

references #5565
This commit is contained in:
Brandy Carney
2016-02-24 15:50:14 -05:00
parent 13f3e83605
commit 996f944661

View File

@ -145,6 +145,9 @@ Platform.register({
],
settings: {
mode: 'wp',
autoFocusAssist: 'immediate',
clickBlock: true,
hoverCSS: false
},
isMatch(p: Platform): boolean {
return p.isPlatform('windowsphone', 'windows phone');