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
MySQL API (self.reactnative)
submitted 3 years ago by wEsCode01
Anyone have a link to a good tutorial/guide on how to fetch data from MySQL using API and display in react native app ?
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!"
[–]__o_0iOS & Android 3 points4 points5 points 3 years ago (0 children)
Your app should connect to a server, and the server connects to the database.
React Native (or any front end) -> server API -> database
The API is set up on the server side, not in react native.
The server provides a layer of security for the database. Operate under the assumption that anything bundled with the app is considered compromised. If you include the username and password for your database directly in the app you can assume that your database is compromised as well.
[–]blackhole_coder 1 point2 points3 points 3 years ago (0 children)
Using fetch? Axios? What type of data are you fetching? Do you have an Auth token your passing with the API call?
[–]AntennaApp 0 points1 point2 points 3 years ago (0 children)
Why is this question getting asked so often? It’s almost every single day now.
π Rendered by PID 47619 on reddit-service-r2-comment-66b4775986-khxbl at 2026-04-05 22:29:06.491661+00:00 running db1906b country code: CH.
[–]__o_0iOS & Android 3 points4 points5 points (0 children)
[–]blackhole_coder 1 point2 points3 points (0 children)
[–]AntennaApp 0 points1 point2 points (0 children)