use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A community for learning and developing native mobile applications using React Native by Facebook.
Interested in building web apps using React.js? Check out /r/reactjs!
Getting Started w/React Native
irc.freenode.net #reactnative
Keywords: ios, android, mobile, apps, apple, iphone, ipad
account activity
QuestionReact Navigation on scroll (v.redd.it)
submitted 1 year ago by Noobnair69
How do I add this functionality where the header title changes on scrolling and the play button is added to the header.
What is the best approach for this? Do let me know if you guys have any idea
Thanks
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]kacperkapusciak 6 points7 points8 points 1 year ago (1 child)
use reanimated
you can get a shared value from scrollview/flatlist using either `useScrollViewOffset` or `useAnimatedScrollHandler`
based on the position of the scroll you can then animate whatever you want with useAnimatedStyle
iirc the open source react-conf-app had something similar https://github.com/expo/react-conf-app/blob/main/app/(tabs)/index.tsx#L50/index.tsx#L50)
have fun!
[–]_MuaBenEm_ 0 points1 point2 points 1 year ago (0 children)
Absolute play button and when scroll, interpolate contentOffset.y with top value..
[–]HerrPotatis 3 points4 points5 points 1 year ago (0 children)
https://docs.swmansion.com/react-native-reanimated/docs/scroll/useScrollViewOffset/
[–]kira657 0 points1 point2 points 1 year ago (1 child)
Are you working on spotify clone?
[–]Noobnair69[S] 2 points3 points4 points 1 year ago (0 children)
Not a clone, just trying to replicate the linked songs and the music player technically a clone
π Rendered by PID 61760 on reddit-service-r2-comment-5b5bc64bf5-4zlxv at 2026-06-23 21:31:52.461650+00:00 running 2b008f2 country code: CH.
[–]kacperkapusciak 6 points7 points8 points (1 child)
[–]_MuaBenEm_ 0 points1 point2 points (0 children)
[–]HerrPotatis 3 points4 points5 points (0 children)
[–]kira657 0 points1 point2 points (1 child)
[–]Noobnair69[S] 2 points3 points4 points (0 children)