-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
the page will shake when scroll #14
Comments
@cesardeazevedo , Have you encounter this problem. |
Hi, thanks for report, I haven't face this yet, this component is too generic, and i still don't know how people are actually using it. If you can give a example project that i could test, i might can take a look. |
ok, I currently use my inner api, I will reshow this problem for a moment. |
(weeb here) Thank you for your work! Yeah, i have a similar problem. When i scroll up or down some times snag (edit: i think the word is snap) to the bottom. As you can see i cant scroll up in the picture after a few tries. <Screen nested>
<Header
imageSize={[260, 370]}
title={title}
cover={cover}
type={type}
status={status}
/>
<Tabs //react-native-scrollable-tab-view -- also tested without this
style={{ height: this.state.tabsHeight }}
>
<Screen nested
tabLabel={'INFO'}
>
<Text light center>
{here_the_long_text}
</Text>
</Screen>
</Tabs>
</Screen> package.json
Same happened with
|
Hi cesar! Log.w(
ReactConstants.TAG,
"Failed to get mScroller field for ScrollView! " +
"This app will exhibit the bounce-back scrolling bug :("
); I Googled the message and I found this issue #6 @kfrozen says that he fixed that bug by calling |
Hi, My RN version is 0.51.0,react 16.0.0.
My scene is rending a list, when scroll up or down , the contents will shake. Or when scroll up, the content deny to scroll up.
Looking forward for your reply.
The text was updated successfully, but these errors were encountered: