The `js/Carousel.js` requires windows currently requires a `margin` in order to render such as: ``` js var styles = StyleSheet.create({ carousel: { windows: { margin: 10, overflow: 'visible', backgroundColor: 'white', } } }); ```