config can be value or function

This commit is contained in:
Adam Bradley
2015-06-26 22:00:37 -05:00
parent 8503e52c56
commit 94cf53cd3d
3 changed files with 6 additions and 2 deletions

View File

@ -74,7 +74,7 @@ Platform.register({
},
isMatch(p) {
// SLEDGEHAMMER OVERRIDE FOR NOW
//return true;
return true;
return p.isPlatform('ios', 'iphone|ipad|ipod');
},