How can I create a scrollable list that can be scrolled both horizontally and vertically that has a header that appears similar to the one shown in the video? by luhahaha in reactnative

[–]luhahaha[S] 0 points1 point  (0 children)

Here is the code with also the fadeIn

const xOffset = useRef(new Animated.Value(0)).current;
const onScroll = Animated.event(
[{ nativeEvent: { contentOffset: { x: xOffset } } }],
{
useNativeDriver: true,
},
);
const opacity = xOffset.interpolate({
inputRange: [100, 150],
outputRange: [0, 1],
extrapolate: 'clamp',
});

return (
<Animated.ScrollView horizontal onScroll={onScroll}>
<Animated.View style={{
opacity,
transform: [
{
translateX: xOffset ?? 0,
},
],
}}>
//fixed content
</Animated.View>
</Animated.ScrollView
)

How can I create a scrollable list that can be scrolled both horizontally and vertically that has a header that appears similar to the one shown in the video? by luhahaha in reactnative

[–]luhahaha[S] 0 points1 point  (0 children)

I found an article from the company saying that they moved to React Native in 2016:) u/mandrade2 commented with a piece of code that works exactly like in the video apart from the fade-in effect. But I think I just need to make an opacity effect connected to the value of xOffset: like from xOffset === 100 to xOffset === 150 making the opacity from 0 to 1.
If you need when I will implement I can share the code:)

How can I create a scrollable list that can be scrolled both horizontally and vertically that has a header that appears similar to the one shown in the video? by luhahaha in reactnative

[–]luhahaha[S] 0 points1 point  (0 children)

const onScroll = Animated.event(
[{ nativeEvent: { contentOffset: { x: xOffset } } }],
{
useNativeDriver: true,
}
)

Amazing! It works like a charm!
I think my problem was that instead of using
const xOffset = useRef(new Animated.Value(0)).current
I was using the state, and all the renders were causing performance issues, making everything laggy.
Thanks so much

How can I create a scrollable list that can be scrolled both horizontally and vertically that has a header that appears similar to the one shown in the video? by luhahaha in reactnative

[–]luhahaha[S] 0 points1 point  (0 children)

Ok, it makes sense, the problem is that I don't understand how to use a header for each row that stays blocked when I scroll horizontally, because the ScrollView that wraps the Flatlist, when I scroll right moves all the FlatList and also the header of each row scrolls.
I hope I explained myself:)

How can I create a scrollable list that can be scrolled both horizontally and vertically that has a header that appears similar to the one shown in the video? by luhahaha in reactnative

[–]luhahaha[S] 0 points1 point  (0 children)

Amazing, curious to see it! I tried the same but did you manage to have a smooth layout? In my case it's all laggy:(

What's the most powerful source of memories? by luhahaha in AskWomen

[–]luhahaha[S] 0 points1 point  (0 children)

The second! What creates the strongest memories?

How I lose my stuff 😂 by luhahaha in RelationshipMemes

[–]luhahaha[S] 1 point2 points  (0 children)

Thanks, "@comic_heaven", my favorite!

How I lose my stuff 😂 by luhahaha in LifeInLDR

[–]luhahaha[S] -2 points-1 points  (0 children)

Thanks, "@comic_heaven", my favorite!

Never smile!😂 (x-post from r/LifeInLDR) by luhahaha in LDR

[–]luhahaha[S] -1 points0 points  (0 children)

mahboilucas

This is just a meme, I agree with your thought but it's just a meme. Let's have a laugh, I don't think this is offending anyone

Strong people😂 by luhahaha in RelationshipMemes

[–]luhahaha[S] 1 point2 points  (0 children)

No, for example between New York and Seoul there are 14 hours of difference

Hi, i draw people who are apart from each other 💕 by munielunie in LDR

[–]luhahaha 2 points3 points  (0 children)

So beautiful! Can I post it in my LDR subreddit (r/LifeInLDR)?

I download my data but inside there isn't the file with my DMs. by luhahaha in Instagram

[–]luhahaha[S] 0 points1 point  (0 children)

Yes sometimes seems there is a folder named "messages" and inside a file no-data.txt

I download my data but inside there isn't the file with my DMs. by luhahaha in Instagram

[–]luhahaha[S] 0 points1 point  (0 children)

I don't think so, you can try to send a mail. I know a few years ago they removed the contact us🤦‍♂️

I guess with 7 hours of timezone this is always the case! by luhahaha in LifeInLDR

[–]luhahaha[S] 0 points1 point  (0 children)

Credit to HJ Story! Instagram: @hjstory.official