React Native Tutorial - Create a Login System Application With Memberarea Part 1

preview_player
Показать описание
If you would like to support this channel i accept Bitcoin donations to this Bitcoin wallet address:
1Fm3ZywfnioXjHpUbVppLvpzehvRq2vfQs

Featured Full Courses:
React JS - The Complete Guide (over 150 000 devs enrolled)

React JS Web Development - The Essentials Bootcamp

The Complete React Js & Redux Course - Build Modern Web Apps

The Complete React Native + Hooks Course

React Native - The Practical Guide

The Complete JavaScript Course

More Content:

In this tutorial we are going to create a React Native Application with login and memberarea capabilities. For the backend we're gonna use Node and Express with a Mysql database.

How to install React Native navigation:
Рекомендации по теме
Комментарии
Автор

Perfect video, but one little issue. If you are logged and you close application, after relaunching it for very little time is Home screen visible. Then I am navigated to Profile screen. Is it possible to solve this little issue?

ghh
Автор

const styles = StyleSheet.create({
wrapper: {
flex: 1
},
container: {
flex: 1,
alignItems: 'center',
justifyContent: 'center',
backgroundColor: '#F78361',
paddingLeft: 40,
paddingRight: 40
},
header: {
fontSize: 24,
marginBottom: 60,
color: '#FFF',
fontWeight: 'bold'
},
textInput: {
alignSelf: 'stretch',
padding: 16,
marginBottom: 20,
backgroundColor: '#FFF'
},
btn: {
alignSelf: 'stretch',
backgroundColor: '#01c853',
padding: 20,
alignItems: 'center'
}
});

buuhfenix
Автор

Hi, thank you for sharing this video. I learned a lot. Much appreciated

hhegabify
Автор

great video, it was very helpful to my

zeusbloo
Автор

why am i getting error .done() undefined function?

strxndo
Автор

is it possible you explain how to do login and registration system?
or when creating a registration server side will it be in its own seperate file or in the users fiel together with login side code

isaacdiko
Автор

quick question before i continue watching your tutorial, my backend is django/django rest framework api. i have heard some people are using axios. But is the application the same for accessing any rest-api?

corpoblu
Автор

Hi,
how can I test de app in ios device? (on Windows),
can I conect a Mac like xamarin?

sergioreblp
Автор

Hi, What do you mean by "memberarea?"

angelaashi
Автор

Nice but is it OK to store credentials in asynchstorage?

ferozmujawar
Автор

Hi
Thanks for the great tut. I want to know how you're handling the request on the back-end ? Like how are you fetching the values on Express ?

sumairontech
Автор

i get this error can you help me please
" invariant violation element type is invalid expected a string (for built-in components) "

MhdJldi
Автор

Can you make example react-native with bluetooth printer? Thanks.

gameeiei
Автор

hey can you make the same Logout function as login in within same application.

mayur
Автор

please put source code link in the description,
You have work very well

ramsagarjaiswal
Автор

I am getting an error on is not a function, does someone know how to fix that?

KingGestur
Автор

This Video is really great, but there is an issue, i created debug apk and if i try to run it from an external network, login does not work but on if device on same network it works fine, how do i make it accessible from outside network

khurramsheikh
Автор

plz do some more videos on HTTP requests using Axios in react native and react js also

ravivarmasaripella
Автор

with voice is better, but what is memberarea?

josepaulofernandes
Автор

What is this emulator? I'm new to react and I have tried few emulators. But those were very slow. Can you recommend me some good emulators 😀

buddhikawarnakulasooriya