AlbertBrand / react-native-android-tablayout

React Native Android TabLayout native component
141 stars 29 forks source link

Initially selected tab support #8

Closed shukerullah closed 8 years ago

shukerullah commented 8 years ago

Provide support to select the index of the initially selected tab. So that we can start Tablayout with any page position.

Thanks

AlbertBrand commented 8 years ago

Fixed in 0.0.10, see StatefulTabLayout example. This works using the selectedTab prop.