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
In react-native, the FormData implementation is a bit different than it is in the browser, meaning the type of the part passed to FormData.append is not a string, Blob, or File. Instead it is the following:
In react-native, the FormData implementation is a bit different than it is in the browser, meaning the type of the part passed to FormData.append is not a
string
,Blob
, orFile
. Instead it is the following:https://github.com/facebook/react-native/blob/34edf92cbf1dbf7a71c9140921ac4d5e88122622/Libraries/Network/FormData.js#L18-L26
How should I approach typing this in my project?
The text was updated successfully, but these errors were encountered: