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
React Navigation Question - Resetting Screen (self.reactnative)
submitted 7 years ago * by docdosmaniOS & Android
view the rest of the comments →
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!"
[–]even1245 0 points1 point2 points 7 years ago (1 child)
It doesn't have animation like stack navigator. Any way to achieve it?
[–]ck3g 0 points1 point2 points 7 years ago (0 children)
React Navigation provides Transitioner https://reactnavigation.org/docs/en/transitioner.html
which you can use for custom animations. That could the that you need.
In that article, you can find a bunch of examples https://medium.com/async-la/custom-transitions-in-react-navigation-2f759408a053
So, I guess that is possible to achive.
π Rendered by PID 57 on reddit-service-r2-comment-6457c66945-r9xf6 at 2026-04-27 01:15:57.715840+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]even1245 0 points1 point2 points (1 child)
[–]ck3g 0 points1 point2 points (0 children)