Results 13 comments of Jimmy

I got the same problem. Need help.

这里表示每次设置 theme 的时候,都需要重新获取一下对应 theme 的数据。 另外,这个项目应该不会有大的修改,基本功能都已经完成了,而且 RN 涉及的知识点都已经涵盖了。

The parameter `pageID` just means _page index_ for simple DataSource. I just want to keep `renderPage()` depends on data, not on ViewPager status. Could you share your scenario to make...

这个还没有实现,后续可能会添加此功能, TODO

You can call this API `ViewPager.goToPage(pageNumber)`

You can refer to `Sample/SimpleScreen.js`.

您好,我感觉在 `renderPageIndicator()` 的回调中添加一个参数表示**数据**数量感觉并不是很合适,因为数量应该是 `ViewPagerDataSource` 的一个属性,如果要实现您的这个功能,可以直接获取数据的长度,或者使用 `ViewPagerDataSource.getPageCount()` 方法。您觉得如何?

因为 `dataSource` 是你自己提供的,所以一共有多少页,即使不通过 ViewPagerDataSource.getPageCount()来获取,自己肯定知道,所以我建议还是不要加这个参数,尽量保证接口正交。 你说的第二问题,我这里没有遇到呢,你可以再开一个 issue,把你的主要代码也贴一下,我看看。

I haven't test this in `ScrollView`. I'll try it latter.

Please past the full logcat here