...
|
...
|
@@ -65,7 +65,7 @@ export default class ListBannerSwiper extends React.Component { |
|
|
}
|
|
|
|
|
|
let {width} = Dimensions.get('window');
|
|
|
let height = Math.ceil((310 / 640) * width) + 40;
|
|
|
let height = Math.ceil((310 / 640) * width);
|
|
|
|
|
|
let styles = StyleSheet.create({
|
|
|
|
...
|
...
|
|