mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-22 22:44:52 +00:00
[add] useWindowDimensions hook
Add the 'useWindowDimensions' hook from React Native Close #1487
This commit is contained in:
committed by
Nicolas Gallagher
parent
4763cc71c6
commit
df1b62cd45
@@ -64,5 +64,6 @@ module.exports = {
|
||||
findNodeHandle: true,
|
||||
processColor: true,
|
||||
render: true,
|
||||
unmountComponentAtNode: true
|
||||
unmountComponentAtNode: true,
|
||||
useWindowDimensions: true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user