Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

reactnative upload image axios 0.66

// I managed to fix it without downgrading by adding this to the 
// beginning of the index file in the app:
import FormData from 'form-data';
(FormData as any).prototype[Symbol.toStringTag] = 'FormData';
Source by github.com #
 
PREVIOUS NEXT
Tagged: #reactnative #upload #image #axios
ADD COMMENT
Topic
Name
2+6 =