Form Validation in React Native Tutorial
HTML-код
- Опубликовано: 4 ноя 2024
- In this tutorial, you'll learn how to implement form validation in react native app. I've shown how to make complete login form validation in my existing project from react navigation 5 tutorial series.
GitHub repo for this complete project bit.ly/3dZfb7U
React Navigation v5 Tutorial Series • React Navigation 5 Tut...
If you found my tutorials helpful, you can buy me a coffee from this link paypal.me/itzp...
Follow me on GitHub github.com/itz...
Subscribe to my Channel bit.ly/2PaUqOk
For more tutorials on WordPress, React JS, React Native and Digital Marketing visit: www.pradipdebna...
new to react native. I was spending way too much time on validation issue i was having, and after watching this i got it in 5 minutes. thanks!
Great job brother, your are really a good teacher. You helped me out during this Covid. May God bless the work of your head.
Glad to help
nicely done, how can we make that show the red error message under the inputs when click on sign in and not the alert?
Superb tutorial. You deserve my like and subscription. Good work!! Greetings from Spain.
Great tutorial! I'm new in using context, just wondering how to pass the value to drawer to update email, and name? Before I'm using this.props.navigation.navigate('Home', {params}); now what's the best way to accomplish this?
Thanks Pradip! Your tutorial has been very helpful in completing my own project. Great job!
hello sir,
sir your video was awesome,
sir i want to know how to add regular expression validation in react native login form validation it would be helpful if u will let me know to add these type of validation.....
Great, You are only man on youtube way of tutorial is awesome
Your videos are very useful and informative. Good job 👍 I am learning new things. Just one request while writing code you are making video fast forward, it is very difficult to pause everytime and write the code. Apart from that everything is fine.
Bro it's unable to signup and then present to login screen
Very awesome!!!
But can you please explain how I can create the same steps but in class ?
It is Possible form validation using any library like react-hook-form in react native?
Thanks for tutorial Pradip, we really appreciate your effort. I always want to know which emulator do you use, it looks faster than the one I'm using.
I'm using iPhone simulator on my MacBook Pro 16inch and it's pretty fast
can be make with only one handleChange function in a form with 8 textInputs?
Good for beginners. Can you post a video on rest API calls and integrate with same project
Bro All are fine .but what about the SIGNUP user?
Thank you very much. Your video tutorials are awesome!
Hello. your videos helped me a lot. thanks for the contribution, any suggestion to validate user to mysql and interact with the DB, thanks
use API
Thank you for this great tutorial. I have a question. How can I covert this code from Functional Components to React Class Components ?
data and SetData are pretty different in the case of a Class component. can you provide your code in class component ?
Functional componentes are faster, if you want to manage state then you should use useState(or useMemo etc...)
Need a Video of Back handler after login
for eg: user gets navigated to the login screen when pressing the back button of the android device
you are a life saver! Thank you!
Glad it helped!
Hi can u create one video for number validation 0 to 9 and should not enter special characters and also first time if textinput contain 0 it has to replace 1 I didn't find solution for this anywhere in react native..hoping u can do this
how can we access token from authcontext ?
Brother... I ferch data from my api at username and password but when I pass in place of founduser it create problem it is black passing
Thanks for the good tutorial. Can you plz make a tutorial for react hooks concepts.
Can we set the login button to disable if data is not valid?
you must make a tutorial to how validate whit api rest in this login
Hi Pradeep,
Thanks a lot for your Tutorials. These are well explained and documented and your tutorials helped to understand ReactNative. Can you please make another tutorial on Validations like email, Password (strong password), phone number & DOB related.
Thanks again,
Murali.
Sir, how can I replace the default username by another one from database? as You can see the default one is "John" from drawerContents. Pls help me
Hi..nice tutorial. I new in react native. In the next tutorial can you teach us how to create hook for simple form validatation.
Thanks sir, i have a doubt where u are storing the users email id and password
In a users.js file within models directory you can check it in the github repo
That is a very good tutorial. Could you make a tutorial about firebase with react-native?
excellent tqs bro
Really amazing tutorials mate! Thanks a lot... I have been trying to use Firebase for the auth but having some problems.
Would you recommend maybe create the Firebase functions in the conext.js file?
P.S Would be highly appreciate if there was a tutorial for a Firebase ;).
I'll create firebase based authentication and API based authentication using WordPress REST API in future.
@@itzpradip Thanks mate! Have a super weekend and stay safe
Sir please make a video to integrate SignUp screen data with Django SignUp API
Could you please explain how can I use scratch Card in react native
That is a very good tutorial! thank you
superb bro...
Thanks bro, please help me by serial this playlist
learned a lot,thank you!
Hi,
can you please for sign in screen can you able to call fetch api so we can able to see how we can interact with database also..please its request
Yes I'll do that in future
How to make the signup page work? so everyone can create their account to whom i give my app :)
Bhai To-do list bna do with Authentication maza aa jayega
bro u can continue this and make a full-fledged app and upload on udemy that i would be awesome ..just a suggestion
Thanks for the idea!
@@itzpradip Can u please tell me how can I remove that error which is occurring when refreshing the app, it is realated to componentDidUnMount, like we have to unmount something before we are leaving but what??
@@rajatgoyal8162 replace componentDidMount with UNSAFE_componentWillMount()
Anyone help me how to implement Firebase Login with this Login screen. Thanks
can you show the link of the first video of this project ?
check the react navigation 5 tutorial series on my channel
how to use formik with picker ?
un genio!!!!! muchas gracias por los videos!!!
Gracias por tu comentario y apoyo. 🙂
You are great...:))
It is too primitive validation form, why you do not use formik a yup
Can you tell me how to solve this error if I'm sign in with users.js file username n password then it will be show the error like this invalid User "username n password incorrect" not sign in properly how can be solve this error
send the code may be i will fix your problem
@@tusharraj9785 Thank you but my problem solved already ☺
@@snehakalvitkar7607 oh that's great... We will make an app together if you interested??, 🙂🙂👏
@@tusharraj9785 Sure 👍
@@snehakalvitkar7607 so how do i contact you regarding this?? 👍🏻
man where is signup page implementation i thought im gonna get to know how to signup in this tutorial but im so dissapointed
In my android emulator not work :c
En mi emulador de android no funciona :C
Can we set the login button to disable if data is not valid?