Closed suheb closed 5 years ago
Please, breaking changes need update version not a minor issue, "rn-fetch-blob": "ˆ0.10.15".
Unfortunately this has now broken RN 0.60+ installs, as the podspec for rn-fetch-blob 0.10.15 is not compatible with RN 0.60+.
My suggestion would be to release a major version of this lib which depends on rn-fetch-blob: ^0.10.16
. This would mean that RN 0.59 and below would use 1.x, and RN 060 and above would use 2.x?
Hi @fiznool, Sounds good to me. Would be great to get a suitable PR (including an update to the readme), which would help me get this fixed soonest.
Thanks @robwalkerco - please find at #40
Thanks @fiznool
The
rn-fetch-blob
package recently release a new version0.10.16
which includes support for RN0.60
. Butrn-fetch-blob@0.10.16
is no compatible with previous RN versions (See issue.This in turn breaks this package for RN versions < 0.60.
Until the
rn-fetch-blob
issue is fixed, this package should depend onrn-fetch-blob@0.10.15
as suggested here.