Thanks for video Bro))) But I have a question, I increase data number from 3 to 5 it's stopped working after 3 touches on button ,can u say why?(this problem just on android, on ios it's ok)
Hey thanks for watching this video, for the problem you are facing, you can add the following code in FlatList viewabilityConfig={{ minimumViewTime: 300, viewAreaCoveragePercentThreshold: 10, }} I have also pushed a commit to my github, you can see it there too, here is the viewabilityConfig documentation reactnative.dev/docs/flatlist#viewabilityconfig
14:09 If anyone gets stuck at Animated.Flatlist not displaying horizontally. Try const AnimatedFlatList = Animated.createAnimatedComponent(FlatList); `${i}`} horizontal bounces={false} scrollEventThrottle={16} pagingEnabled={true} style={{display:'flex'}} showsHorizontalScrollIndicator={false} /> This should fix it. Also thank you Rakha for an amazing video
When I try to change the texts in the data, it gives an error. The error code is as follows: Changing onViewableItemsChanged on the fly is not supported How can I solve this problem?
Thanks for video Bro))) But I have a question, I increase data number from 3 to 5 it's stopped working after 3 touches on button ,can u say why?(this problem just on android, on ios it's ok)
Hey thanks for watching this video, for the problem you are facing, you can add the following code in FlatList
viewabilityConfig={{
minimumViewTime: 300,
viewAreaCoveragePercentThreshold: 10,
}}
I have also pushed a commit to my github, you can see it there too, here is the viewabilityConfig documentation reactnative.dev/docs/flatlist#viewabilityconfig
great tutorial! loved it. Please don't stop creating these kind of videos especially with reanimated 2, really helps a lot!!
Hey thanks for watching this video!!, of course I will make another video using reanimated 2, I'm glad this video can help you
14:09 If anyone gets stuck at Animated.Flatlist not displaying horizontally.
Try const AnimatedFlatList = Animated.createAnimatedComponent(FlatList);
`${i}`}
horizontal
bounces={false}
scrollEventThrottle={16}
pagingEnabled={true}
style={{display:'flex'}}
showsHorizontalScrollIndicator={false}
/> This should fix it. Also thank you Rakha for an amazing video
Hi! Thanks for your amazing tutorial! It was priceless!
Thanks for the video. Very helpful
Thank you!!! Glad it was helpful!
Content
Thank you for watching this video, I really appreciate it and hope it can help you!!
keren bang🙌
Terimakasih Broo!!!
Hey! Do you mind telling me what command you used to set up the project?
Hey, in this video, I'm using React Native CLI, so to setup a project, I use the "npx react-native@latest init AwesomeProject" command
Hey, in this video, I'm using React Native CLI, so to setup a project, I use the "npx react-native@latest init AwesomeProject" command
When I try to change the texts in the data, it gives an error. The error code is as follows: Changing onViewableItemsChanged on the fly is not supported
How can I solve this problem?
Hey, you just have to reload Metro and the error will disappear
Do I do this every time I make a change? @@rakhawibowo
please talk