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 772 forks source link

Fix RNFetchBlobSession remove method #682

Open oleh-mryhlod opened 3 years ago

oleh-mryhlod commented 3 years ago

Fixes RNFetchBlobSession class remove method. Just used indexOf to find an item index and pass the index to [].splice instead of passing item value (not index) from for of loop.