mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-23 14:57:13 +00: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