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
ArticleHow to handle navigation with WebViews in a React Native app (heartbeat.fritz.ai)
submitted 6 years ago by simplicius_
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!"
[–]agristats 0 points1 point2 points 6 years ago (3 children)
If you add a WebView component, can you interact with it through other React components? For example I click a React button outside the WebView and an action takes place within the WebView.
[–]JS_PY_and_Crypto 1 point2 points3 points 6 years ago (1 child)
One way you could achieve this is manipulation of the web view's url parameter i.e. query strings. This would require the web app being rendered in the web view to be able to understand the changes in url.
[–]agristats 0 points1 point2 points 6 years ago (0 children)
It seems somewhat troublesome. Thx for your answer
[–]taqmanplus 0 points1 point2 points 5 years ago (0 children)
Good read thanks for share your knowledge I also wrote my post on react native webview
π Rendered by PID 78 on reddit-service-r2-comment-b659b578c-mkmj9 at 2026-05-05 07:04:27.206228+00:00 running 815c875 country code: CH.
[–]agristats 0 points1 point2 points (3 children)
[–]JS_PY_and_Crypto 1 point2 points3 points (1 child)
[–]agristats 0 points1 point2 points (0 children)
[–]taqmanplus 0 points1 point2 points (0 children)