joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.81k stars 773 forks source link

Method option missing PATCH #488

Open rafalolszewski94 opened 4 years ago

rafalolszewski94 commented 4 years ago

Currently index.d.ts of rn-fetch-blob library has only 4 methods (see below)

type Methods = "POST" | "GET" | "DELETE" | "PUT" | "post" | "get" | "delete" | "put";

https://github.com/joltup/rn-fetch-blob/blob/master/index.d.ts#L510

Two quick questions then:

1. Why there's no patch method?

2. If it's not a problem - can we add it please?

rafalolszewski94 commented 4 years ago

@Traviskn is this an abandoned project?