mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-01 01:59:10 +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))
|
ExecutionEnvironment.canUseDOM && window.addEventListener('resize', debounce(Dimensions.set, 50))
|
||||||
|
|
||||||
module.exports = Dimensions
|
module.exports = Dimensions
|
||||||
|
|||||||
Reference in New Issue
Block a user