React Native Tutorial #33 - Showing Form Errors

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • ----------------------------------------
    🐱‍💻 🐱‍💻 Course Links:
    Course files - github.com/iam...
    🐱‍💻 🐱‍💻 Other Related Courses:
    + Complete React Tutorial - • Complete React Tutoria...
    + React Hooks & Context Tutorial - • React Context & Hooks ...
    + Modern JavaScript Tutorial - • Modern JavaScript Tuto...

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

  • @strangercode3196
    @strangercode3196 4 ปีที่แล้ว +10

    Great work ! Keeps going to bring us the best contents

  • @abdulbasir8740
    @abdulbasir8740 3 ปีที่แล้ว

    Wonderful tutorial, thank you Ninja

  • @sergeyecho127
    @sergeyecho127 7 หลายเดือนก่อน

    Thanks a lot!

  • @AutisticThinker
    @AutisticThinker 3 ปีที่แล้ว

    You could of put customized text in the .required('Displayed error') , since it pulls the default text from the field name which is camelCase.

  • @KedarBasutkar
    @KedarBasutkar 3 ปีที่แล้ว +1

    For anyone getting an error like this one: [Unhandled promise rejection: ReferenceError: Can't find variable: value],
    Try doing this:
    const reviewSchema = yup.object().shape({
    title: yup.string()
    .required()
    .min(4),
    body: yup.string()
    .required()
    .min(8),
    rating: yup.string()
    .required()
    .test('is-num-1-5', 'Rating must be a number 1 - 5', (val) => {
    return parseInt(val) < 6 && parseInt(val) > 0;
    }),
    });

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

    Do you have a tutorial on creating radio buttons and checkboxes in formik for react-native? - your teaching is very clear and good

  • @silviovieira7724
    @silviovieira7724 4 ปีที่แล้ว +1

    How could I edit the error sentences?

  • @xplodergr
    @xplodergr 4 ปีที่แล้ว +1

    Great! Is there a way when we submit a form that all the form data will be send to an email we provide on the background ?i.e. when a contact form is submitted and the user submits a message and an email,those will be send to our email and we only shoe the user a Thanks for your submission view?

    • @xavierx9883
      @xavierx9883 4 ปีที่แล้ว

      You will need to integrate with external API such as mailjet. This is best done through your backend server.

  • @diegommc88
    @diegommc88 4 ปีที่แล้ว

    hey Net ninja i like your vidios do you know how to print in to a pdf file your information of the app for example

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

    thank you

  • @ridl27
    @ridl27 4 ปีที่แล้ว

    watched only part with formik hoping to learn smth new about it. ty =)

  • @danielstoicamusic
    @danielstoicamusic 4 ปีที่แล้ว +1

    How do we make the modal seem like it's on top of the other elements?

    • @andressalomon6703
      @andressalomon6703 3 ปีที่แล้ว

      Maybe with the 'transparent' property: docs.expo.dev/versions/latest/react-native/modal/#transparent

  • @codewithsait
    @codewithsait 4 ปีที่แล้ว +1

    Please, uptade the node.js course...

    • @NetNinja
      @NetNinja  4 ปีที่แล้ว +4

      It's on the radar.

    • @ridl27
      @ridl27 4 ปีที่แล้ว

      @@NetNinja I think we need updated angular series too :) and thx again and again for all :D

  • @elmirabelo8996
    @elmirabelo8996 4 ปีที่แล้ว

    Thanks, you are amazing! A tutorial about testing web applications it would be fantastic.

  • @waseembarcha6816
    @waseembarcha6816 4 ปีที่แล้ว

    Is there any upcoming course for Vue with TypeScript?

  • @milossavkovic6994
    @milossavkovic6994 4 ปีที่แล้ว

    Hey Net Ninja, I really like your work, I need some help and I don't know who to ask I hope you can answer it. How to do white label app for react native ?

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

    thank you bro really thanks

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

      Always welcome :) thanks Murat

  • @sanwarhussain8599
    @sanwarhussain8599 4 ปีที่แล้ว

    Great content. Thank you

  • @khalilebrhaim6010
    @khalilebrhaim6010 4 ปีที่แล้ว

    when will you make a laravel course??>>> I got old waiting for you to do so... please consider it in your plans

    • @NetNinja
      @NetNinja  4 ปีที่แล้ว +1

      Currently making one :). Will be up in about 2 weeks!

    • @khalilebrhaim6010
      @khalilebrhaim6010 4 ปีที่แล้ว

      @@NetNinja love u man..
      u r the best

  • @Matthew-ro2ie
    @Matthew-ro2ie 4 ปีที่แล้ว

    you are amazing

  • @zumar4906
    @zumar4906 4 ปีที่แล้ว

    Do u have a courses on udemy please?

    • @NetNinja
      @NetNinja  4 ปีที่แล้ว +2

      Hey, I have put the whole React Native course on TH-cam for free. I do have some Udemy courses though - this is my latest course (with discount included) - www.thenetninja.co.uk/udemy/modern-javascript
      Or just search for The Net Ninja on Udemy :)

  • @HCforLife1
    @HCforLife1 4 ปีที่แล้ว

    Me texting friend after hours of coding:
    I will be late mate;
    But just max. 6 minutes;