#17 Get all data from Mongo db and display it in React Native || Fetch data in MERN & React Native

preview_player
Показать описание
Hello Guys,
In today's video I have shown how we can fetch all the registered user data from mongo db and show it in our react native. When admin will login to our application he will see the list of all registered user.

Code:

Thank You.
Рекомендации по теме
Комментарии
Автор

i have a question, How we change the localhost ip address when i publish the app? if we publish the app what website or online server we suppose to use?

unknownstranger
Автор

Hello 👋,
How can we login as admin and redirect to admin Home without using the radio button as well as for any user ? For example in our database if we have a role column (0 for normal users and 1 for admin). Using this condition, we can easily redirect any user to his dashboard. I can only implement this using Laravel for web development. So help will be useful. Thanks 👍

orangetelecom