Sreedevi S
Sreedevi S
I have same issue on 0.49.0 as well
getting same error
When I used ` const data = new FormData(); data.append("profile_pic", { uri: image.path, type: image.mime, name: image.path.split("/").pop(), });` instead of ` const data = new FormData(); data.append("profile_pic", { uri: image.sourceURL,...
I hope this link provides a solution to it. [https://stackoverflow.com/questions/71702392/viewproptypes-will-be-removed-from-react-native-migrate-to-viewproptypes-export](url)