Description: Validate image type, size, and resolution. Implementation: Check file.size and file.type Reject unsupported types (only JPEG, PNG) Optional: Resize large images using expo-image-manipulator
Description:
Validate image type, size, and resolution.
Implementation:
Check file.size and file.type
Reject unsupported types (only JPEG, PNG)
Optional: Resize large images using expo-image-manipulator