race604 / react-native-viewpager

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

Mixed views from different pages #166

Closed AlMel3000 closed 7 years ago

AlMel3000 commented 7 years ago

Very strange behavior on real devices. On emulator all is ok (photo 1, photo 2)

photo 1

photo 2

But on real devices with "release" build - it seems to me, ViewPager doesn't detect page's bounds (photo 3)

photo 3

My code

AlMel3000 commented 7 years ago

So the problem was with the library used to lock landscape orientation. After removing it all is works as expected