nick / react-native-carousel

Carousel component for react-native
MIT License
458 stars 107 forks source link

Destructured Dimension import #24

Closed holmesal closed 9 years ago

holmesal commented 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.

See: https://github.com/facebook/react-native/issues/3817