React Native Tutorial #31 - Formik Forms (part 2)

preview_player
Показать описание
Hey gang, in this React Native tutorial we'll finish off our Formik form that we started in the last lesson.
----------------------------------------

🐱‍💻 🐱‍💻 Course Links:

🐱‍💻 🐱‍💻 Other Related Courses:

Рекомендации по теме
Комментарии
Автор

Here is a tip. Instead of using Math.random().toString() use More accurate and works perfect. Or you can use Second one is a bit longer but can be more accurate

nurhesen
Автор

How to work with multiple checkboxes in react native?😊

BhuveshDhiman
Автор

Will this course teach how to make use of mobile local storage with ReactNative in the future by any chance? :)

kevin.c
Автор

Great Tuts and great teacher <3
Can you also teach Some tricky feature like
1) How can we communicate with the wifi or Other Apps

sadev
Автор

how about give key a value of reviews[0].key + 1?

jonathanhirshowitz
Автор

Hi The Net Ninja, absolutely stunning playlist... Just a question, why wouldn't you use setReviews([review, ...reviews]) (plus the key) to add the new review instead of the anon function?

manubarban
Автор

instead of Math.random you can do the following as a key genarator: const [key, setKey] = useState(1) and add to onPress : setKey(key+1)

ramziosta
Автор

Can you Explain About React Native Responsive to Adjust for all various sizes of the

msdevi
Автор

to create the key, you could use the state you already pass in and run a compare on the title to make sure it's not present (would also make sure you don't get a duplicate title) and if it's unique, md5 hash that and use it as the key.

The way I would prefer so you get an iterative key (much better for searching if you have to later) is to add an "ID" key to the object, then when adding an object you just make the key the props max key +1

Hope that makes sense, youtube comments aren't friendly to pasting actual code, would have preferred to post a code example

crossup
Автор

Hello thanks you for this good tutorial, please I need help, how can I edit item ? And how can I add with firebase item on database in using Formik ?

diallomamadoudioulde
Автор

Can anyone explain how to use refs with custom inputs within these formik form <Fields/> ? im trying to make the next input focus when the previous one is submitted

mannyquintero
Автор

the rating is taken as a string but in the home, state stores it as an integer can do something about it like converting it into number

allenjohnbinu
Автор

how to resolve this error

interpolate() was renamed to interpolateNode() in Reanimated 2. Please use interpolateNode() instead

crazystuff
Автор

Brother the Actions.resetForm() is not working, its not resetting the form. I have tried all possibilites but none. I really like your videos. very helpful brother

npaul
Автор

my form is not resetting after submit why

karmjeetsaroj
Автор

Besides cool explanation i would like to notice a fantastic pronunciation! Its very easy to hear and understand you! Dont stop it!

floky
Автор

Thanks a lot, can you explain how to do custom tooltips in react native?

aragothkarsen