React-Native-ViewPager icon indicating copy to clipboard operation
React-Native-ViewPager copied to clipboard

this is not available for ios when use react-navigation

Open s774977731 opened this issue 8 years ago • 1 comments

this is not available for ios when use react-navigation as routes,when use goBack(),it will flash out,so what should i do

s774977731 avatar Jun 28 '17 23:06 s774977731

you can set removeClippedSubviews prop to false, and set children views overflow: 'hidden'

zbtang avatar Jun 29 '17 02:06 zbtang