No, use
<ViewPager initialPage={isRTL ? content.length - 1 : 0} ... > {isRTL ? content.reverse() : content} </ViewPager>