Closed holmesal closed 9 years ago
In react-native 0.14.2, directly require()ing Dimension throws a packager error. It should be imported via the destructuring syntax instead.
require()
Dimension
See: https://github.com/facebook/react-native/issues/3817
In react-native 0.14.2, directly
require()
ingDimension
throws a packager error. It should be imported via the destructuring syntax instead.See: https://github.com/facebook/react-native/issues/3817