diff --git a/Libraries/Components/ViewPager/ViewPagerAndroid.android.js b/Libraries/Components/ViewPager/ViewPagerAndroid.android.js index 6e5bde8df45c24..a44cd15b755c72 100644 --- a/Libraries/Components/ViewPager/ViewPagerAndroid.android.js +++ b/Libraries/Components/ViewPager/ViewPagerAndroid.android.js @@ -37,7 +37,7 @@ export type ViewPagerScrollState = $Enum<{ * * It is important all children are ``s and not composite components. * You can set style properties like `padding` or `backgroundColor` for each - * child. + * child. It is also important that each child have a `key` prop. * * Example: * @@ -47,10 +47,10 @@ export type ViewPagerScrollState = $Enum<{ * - * + * * First page * - * + * * Second page * *