Тёмный

Form Validation in React Native with Formik 

Pradip Debnath
Подписаться 42 тыс.
Просмотров 16 тыс.
50% 1

In this tutorial, you'll learn how to implement form validation in react native with Formik and Yup. Here I have shown you how to create validation schema in Yup and how to validate a password for a strong password and match it with confirm password field. Also how to validate fixed digits number input in a field.
RegEx for Strong Password ^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$%^&*-]).{8,}$
RegEx for Digits Only ^[0-9]+$
→ Social App with Firebase in React Native Playlist • Social App with Fireba...
→ React navigation v5 tutorial playlist • React Navigation 5 Tut...
→ Food Finder App in React Native Playlist • Food Finder App in Rea...
→ Music App UI Tutorial • Music App UI in React ...
► Timestamps
0:00 Introduction
2:31 Creating the Form UI
4:35 Implement Form Validation with Formik & Yup
If you found my tutorials helpful, you can buy me a coffee from this link paypal.me/itzpradip
Follow me on Twitter / itzpradip
Follow me on GitHub github.com/itzpradip
Subscribe to my Channel bit.ly/2PaUqOk
For more tutorials on WordPress, React JS, React Native and Flutter visit: www.pradipdebnath.com/blog/

Опубликовано:

 

23 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 29   
@joshuaejembi8291
@joshuaejembi8291 9 месяцев назад
Thanks Pradip, I enjoy your videos and how you teach. They are always easy to follow, code along. Cheers.
@amiincabdi6559
@amiincabdi6559 11 месяцев назад
Thanks man! One of the best react native tutorials 💙
@aungthuhein3681
@aungthuhein3681 Год назад
the best react-native tutorial i've ever met, thank a lot
@itzpradip
@itzpradip Год назад
Happy to help. Thanks!🙂
@OlivierMagnin
@OlivierMagnin Год назад
Excellent tutorial for Formik and Yup !
@itzpradip
@itzpradip Год назад
I'm glad that it was helpful. Thanks 🙂
@chauhongocminh353
@chauhongocminh353 Год назад
your video help me a lot, thank you so much!!!
@chanuperera
@chanuperera Год назад
You just saved my day . Thank you
@aakashthakur6424
@aakashthakur6424 7 месяцев назад
One of the best video tutorials for easy learning
@itzpradip
@itzpradip 7 месяцев назад
Glad it was helpful!
@ShivamGupta-xk7lk
@ShivamGupta-xk7lk 2 месяца назад
Very Helpful
@yeasirarafat17
@yeasirarafat17 Год назад
thanks a lot brother..
@abhishekkoushal5107
@abhishekkoushal5107 Год назад
thanks a lot sir
@gurhanbatmaca
@gurhanbatmaca 3 месяца назад
Hi,There is more than one text input on the page. How can I prevent the keypad from pushing the items on the page up when opened?
@dudi2200
@dudi2200 Год назад
the isValid initial state is true that means when you first open the app the button will not appear as disabled
@bilelrahmouni01
@bilelrahmouni01 Год назад
ty
@utkarshmehta4430
@utkarshmehta4430 Год назад
Thanks for sharing 🙌🏻
@itzpradip
@itzpradip Год назад
My pleasure!!
@tkprotich1617
@tkprotich1617 Год назад
thanks great work
@itzpradip
@itzpradip Год назад
Glad you liked it!
@try4049
@try4049 Год назад
Sir kindly provide source code and also make a video on shopping app in react native. Its huge request 🙏 and also make a video in which data is fetching from database on profile screen.
@abdulsami4618
@abdulsami4618 Год назад
Hello brother, Can you make a video or playlist for ad implementation of google admob ads in react native apps ? Like every kind of implementation of ads Interstitial , Rewarded , open app ads , videos ads etc based on conditional rendering like if ad is not loaded or maybe an error so in replacement we can display our custom component ads. like if interstital ads is somehow failed to show then we display our custom component that cover whole screen and displaying our custom component. It's a request to made a video or series on it specially interstitial , rewarded and openapp ads. Also if you can create another tutorial for facebook ads then do that after admob tutorial. I have watched most of youtube videos for implementing ads of admob but it is not as much helpfull like I mention , Even interstitial and rewarded ads is not diplaying , getting error of fetching ads. So it'a a request made a video on it. It is also less competitive topic so you can also easily rank on youtube search engines for better channel ranking/performance. It's a request please make a video that cover all the above mentioned topic. please
@dishantzaveri6017
@dishantzaveri6017 Год назад
where is the source code of this lecture??
@isaachatilima
@isaachatilima Год назад
Hard to follow along with the screen size, a git repo would have made a lot of sense.
@MasterElroco
@MasterElroco Год назад
Love your work @itzpradip ... how would the form validation work when you have already provided a child value to a TextInput element... for example: a react-native-modal-datetime-picker '{ selectedEndTime ? selectedEndTime.toLocaleTimeString('en-AU', {hour: '2-digit', minute: '2-digit'}) : ''}' when I add the value prop to this I get a 'cannot specify both value and children error' any ideas???
@mehraj43
@mehraj43 Год назад
plzz do firebase twitter login i think there is some error in the new library it will be very helpful plzz make it
@omarkarim9298
@omarkarim9298 Год назад
Why don’t you just try it bro
@mehraj43
@mehraj43 Год назад
@@omarkarim9298 already tried getting error stating email couldn't be fetched
@francessantos3472
@francessantos3472 Год назад
🤷 ƤRO𝓂O𝕤ᗰ
Далее
Onboarding UI in React Native
16:03
Просмотров 136 тыс.
Building a BottomSheet from scratch in React Native
31:18
React native authentication with REST API tutorial
37:03