I am following the video for The Ultimate React Native Series: Advanced Concepts 14-Posting Data but the code is out of date and does not explain how to create a validation with Joi in teh backend. I get an error
TypeError: Joi.validate is not a function
at /Users/gerardocianciulli/Documents/done-with-it/backend/middleware/validation.js:4:22
when I looked this up i saw to replace Joi with schema but that returns the error
TypeError: schema.validate is not a function
at /Users/gerardocianciulli/Documents/done-with-it/backend/middleware/validation.js:4:22


