race604 / react-native-viewpager

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

added selectedPage prop #103

Open alzalabany opened 7 years ago

alzalabany commented 7 years ago

this prop is ignored on constructor, yet if it changes. it will trigger this.goToPage.

this allow to trigger page change from other parent component after initialization.