-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
peekEnabled not woking in ViewPagerAndroid . #16158
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
May you please share the code that worked for you with/without |
Seems that Looking at the source code, child views style is set to As a workaround I added a negative margin to --EDITED-- |
Interesting at @koox00 - may you please share some examples. |
Is this a bug report?
Yes
Issue
The most awaited property 'peekEnabled' in ViewPagerAndroid is not working . I believe , this is an exciting feature for which most of developers been waiting for . Though its documented , it doesn't work . Even it's not showing in the 'autocomplete' feature in 'Visual studio code' (Normally it shows up as autoSuggestion when I start to type the prop) . I checked the props in js code , but the prop is there . But setting the property to true in main ViewPagerAndroid.android.js component also doesn't help . It's probably isn't implemented correctly in Native code . Are you guys having the issue ? Please let me know , I upgraded from 0.43 to 0.48 just to get this feature . Now its not here .
Environment
Platform - Android
Development Platform- Windows 10
Packages: (wanted => installed)
react-native: 0.48.4 => 0.48.4
react: 16.0.0-alpha.12 => 16.0.0-alpha.12
The text was updated successfully, but these errors were encountered: