You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
When running expo build:android I'm running into a joi-related error.
It looks like Joi.strict() is deprecated, in favor of Joi.any().strict(). (see release notes for Joi 16). I see that we upgraded to 17, might be good to check if we have more of these issues in the code.
Description
When running
expo build:android
I'm running into ajoi
-related error.It looks like
Joi.strict()
is deprecated, in favor ofJoi.any().strict()
. (see release notes for Joi 16). I see that we upgraded to 17, might be good to check if we have more of these issues in the code.Expected Behavior
Joi shouldn't fail.
Observed Behavior
Environment
(Running Expo CLI from master)
Reproducible Demo
The text was updated successfully, but these errors were encountered: