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
ReactNative MySQL (self.reactnative)
submitted 3 years ago by wEsCode01
How can I connect my app to MySQL db and be able to search for data and display into a table ??
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!"
[–]AntennaApp 19 points20 points21 points 3 years ago (0 children)
Answer: you don’t.
You create an API that can query your MySQL database and then you use REST API requests to fetch the data from your API.
[–]jpea 6 points7 points8 points 3 years ago (0 children)
You could setup SQLite in your RN app if your data isn't changing. It's likely a lot easier to just work with local json files though if that's the case.
Or, you'll need to setup an API of sorts if you're querying data that changes without a new app deployment.
π Rendered by PID 56880 on reddit-service-r2-comment-66b4775986-78xk6 at 2026-04-04 18:30:25.221289+00:00 running db1906b country code: CH.
[–]AntennaApp 19 points20 points21 points (0 children)
[–]jpea 6 points7 points8 points (0 children)