Form Validation in React Native with Formik

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 29

  • @joshuaejembi8291
    @joshuaejembi8291 ปีที่แล้ว

    Thanks Pradip, I enjoy your videos and how you teach. They are always easy to follow, code along.
    Cheers.

  • @aakashthakur6424
    @aakashthakur6424 11 หลายเดือนก่อน

    One of the best video tutorials for easy learning

    • @itzpradip
      @itzpradip  11 หลายเดือนก่อน +1

      Glad it was helpful!

  • @amiincabdi6559
    @amiincabdi6559 ปีที่แล้ว

    Thanks man! One of the best react native tutorials 💙

  • @OlivierMagnin
    @OlivierMagnin ปีที่แล้ว

    Excellent tutorial for Formik and Yup !

    • @itzpradip
      @itzpradip  ปีที่แล้ว

      I'm glad that it was helpful. Thanks 🙂

  • @aungthuhein3681
    @aungthuhein3681 2 ปีที่แล้ว

    the best react-native tutorial i've ever met, thank a lot

    • @itzpradip
      @itzpradip  ปีที่แล้ว

      Happy to help. Thanks!🙂

  • @chauhongocminh353
    @chauhongocminh353 ปีที่แล้ว

    your video help me a lot, thank you so much!!!

  • @chanuperera
    @chanuperera ปีที่แล้ว

    You just saved my day . Thank you

  • @ShivamGupta-xk7lk
    @ShivamGupta-xk7lk 6 หลายเดือนก่อน

    Very Helpful

  • @gurhanbatmaca
    @gurhanbatmaca 8 หลายเดือนก่อน

    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

  • @utkarshmehta4430
    @utkarshmehta4430 2 ปีที่แล้ว +1

    Thanks for sharing 🙌🏻

    • @itzpradip
      @itzpradip  2 ปีที่แล้ว

      My pleasure!!

  • @yeasirarafat17
    @yeasirarafat17 ปีที่แล้ว

    thanks a lot brother..

  • @abhishekkoushal5107
    @abhishekkoushal5107 2 ปีที่แล้ว

    thanks a lot sir

  • @bilelrahmouni01
    @bilelrahmouni01 ปีที่แล้ว

    ty

  • @dishantzaveri6017
    @dishantzaveri6017 2 ปีที่แล้ว +1

    where is the source code of this lecture??

  • @tkprotich
    @tkprotich 2 ปีที่แล้ว

    thanks
    great work

    • @itzpradip
      @itzpradip  2 ปีที่แล้ว

      Glad you liked it!

  • @abdulsami4618
    @abdulsami4618 2 ปีที่แล้ว +1

    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

  • @isaachatilima
    @isaachatilima ปีที่แล้ว

    Hard to follow along with the screen size, a git repo would have made a lot of sense.

  • @try4049
    @try4049 2 ปีที่แล้ว

    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.

  • @mehraj43
    @mehraj43 2 ปีที่แล้ว

    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 2 ปีที่แล้ว

      Why don’t you just try it bro

    • @mehraj43
      @mehraj43 2 ปีที่แล้ว

      @@omarkarim9298 already tried getting error stating email couldn't be fetched

  • @francessantos3472
    @francessantos3472 2 ปีที่แล้ว

    🤷 ƤRO𝓂O𝕤ᗰ

  • @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???