标签: react-native formik yup
此数组将包含图像,我希望它的长度至少为一个
initialValues={{ images: Array, }} const Validation = yup.object().shape({ images: yup.array() });