-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Roadmap #233
Comments
Is there an onLoaded function? |
Any ETA on this? Also which is the most stable version as far as Android is concerned? |
It is hard to say about ETA. I will try to revert android to the stable one in this week. I will put an update here. |
@yodaheis FYI: The ViewPager has been reverted to a stable version in 4.2 |
All of those things has been resolved, hence I close this issue. |
i still got error
|
Revert stable version of ViewPager on Android (version v4.2.0) (@troZee)
In the 4.x.x version, native implementation of ViewPager has been updated to a higher version, which is V2. V2 version uses another implementation (Recycler View) than V1. Community noticed lots of issues in the V2 version, hence I would like to revert viewpager to V1 and create a separate branch for V2.
action items:
Create a separate workspaces for lib and example: (no version affected) (@troZee )
Each library repository should provide an example of library usage. This example should cover a common use cases. In the ViewPager example, I would like to add some dependencies like react-navigation, to be able to test ViewPager with other libs.
Example of separate workspaces: callstack/react-native-slider@5220303
action items:
Add more examples: (no version affected)
People use VP in various cases. Currently the library provides only one simple case, hence it is hard to reproduce some issues.
Example cases:
VP inside FlatList
FlatList inside VP
more and more
If you would like to add an example to lib, don't hesitate and please reach me out in this ticket.
Add known issues section to README file (no version affected) (everyone can take it)
Known issues:
flex:1
does not work, usewidth:”100%”, height:”100%”
instead-Android rendering children of View as separate pages #186 (comment)
[iOS]: In case of
UIViewControllerHierarchyInconsistency
error, please use below fix:E2E tests: (no version affected) (optional)
This library is purely native. JS part is only responsible for exposing view and methods, which can be used inside React components. I would like to cover some cases, which I did for each PR (swiping between each page, deleting each page)
The text was updated successfully, but these errors were encountered: