bogoslavskiy / rn-search-bar-animation

MIT License
129 stars 36 forks source link

Example with dynamic content #2

Open wouterds opened 6 years ago

wouterds commented 6 years ago

I'll look into an example with a refresh control to load more content, reason being I've been trying to achieve the same thing for the past few days but was unable to.

bogoslavskiy commented 6 years ago

@wouterds Here is an example https://gist.github.com/bogoslavskiy/2acb5a7ec62a3c5d969aeac3ea2d6e4b

Unfortunately, native refresh control does not work. This problem is due to padding in flatlist contentContainerStyle It will be necessary to use custom refresh control.

wouterds commented 6 years ago

I know, and that's exactly the problem we've endured as well this week :(. I can't get it working :/.

Sent from my iPhone

On 11 Aug 2018, at 19:01, Artem Bogoslavskiy notifications@github.com wrote:

@wouterds Here is an example https://gist.github.com/bogoslavskiy/2acb5a7ec62a3c5d969aeac3ea2d6e4b

Unfortunately, native refresh control does not work. This problem is due to padding in flatlist contentContainerStyle It will be necessary to use custom refresh control.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

bogoslavskiy commented 6 years ago

@wouterds There was such issue https://github.com/facebook/react-native/issues/10718 It was not closed :(

dmitryshelomanov commented 5 years ago

@wouterds use refresh control on flat list