mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
Fix build
This commit is contained in:
@@ -37,7 +37,7 @@ class Dimensions {
|
||||
}
|
||||
}
|
||||
|
||||
Dimensions.set();
|
||||
Dimensions.set()
|
||||
ExecutionEnvironment.canUseDOM && window.addEventListener('resize', debounce(Dimensions.set, 50))
|
||||
|
||||
module.exports = Dimensions
|
||||
|
||||
Reference in New Issue
Block a user