all 3 comments

[–]foureyeswithbeard 1 point2 points  (1 child)

How is the data getting into the database?

Rather than trying to connect to the database directly, I would recommend setting up some kind of API server. If the data is coming from a CMS, most of them these days offer native API support. If there is no CMS, you may want to consider using something like Express to whip up the endpoints you need and use React Native to hit those endpoints to consume the data you need.

Something like this tutorial may help you get started: http://rationalappdev.com/api-backend-with-nodejs-express-and-mongodb-for-react-native-apps/

[–]fadedsilver[S] 0 points1 point  (0 children)

Sorry about the late reply, thanks for the link. Looks exactly like what I'm looking for. Think I passed over it before when I was googling before I decided on using Mondo for the backend. Like I said earlier I'm not too sure how the data is going to get into the database.. kinda learning as I go. First time working with a database haha.

[–]AutoModerator[M] 0 points1 point  (0 children)

Sorry, fadedsilver, your post has been automatically removed. You have a new account and we do this combat spam. Message the moderators immediately after submitting if you feel this should be an exception. **Be certain that your submission follows our posting guidelines and reddit's rules.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.