@amityco/react-native-formdata-polyfill
v1.1.5
Published
A simple polyfill for react native FormData
Downloads
7
Readme
React native's formData polyfill.
What is it?
When using with axios, react-native lacks of necessary FormData.prototype.getParts
function.
How to use it?
npm install @amityco/react-native-formdata-polyfill
import @amityco/react-native-formdata-polyfill/polyfill
That's all!