race604 / react-native-viewpager

[Deprecated] ViewPager component for React Native
1.41k stars 373 forks source link

请问:为什么用react-native-viewpager做图片轮播看不清轮播的到哪张图片的点? #161

Open marcos-boy opened 7 years ago

marcos-boy commented 7 years ago

x eq dwc mx0z ky x0 p

alamide0 commented 7 years ago

get source code (DefaultViewPageIndicator.js), and modify curDot: { position: 'absolute', width: DOT_SIZE, height: DOT_SIZE, borderRadius: DOT_SIZE / 2, backgroundColor: '#80ACD0', margin: DOT_SAPCE, bottom: 0, }, curDot: { position: 'absolute', width: DOT_SIZE, height: DOT_SIZE, borderRadius: DOT_SIZE / 2, backgroundColor: '#80ACD0', margin: DOT_SAPCE, //bottom: 0, ////////////////////////////////////remove this line }, I remove this 'bottom: 0', and then the current dot show correctly

onlybenyang commented 6 years ago

I think that we should replace the magin with marginLeft and marginRight.