Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native-fetch-blob replaced with rn-fetch-blob #124

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

fungilation
Copy link
Collaborator

@fungilation fungilation commented Jul 5, 2018

…hich crash app in production

updated some dependencies, including switching unmaintained react-native-fetch-blob to rn-fetch-blob
- fixes kfiroo#122, kfiroo#121
@chrusart
Copy link
Contributor

@kfiroo are you still here?

@fungilation
Copy link
Collaborator Author

fungilation commented Jul 12, 2018

Note that to use my fork (fungilation/), change native installation in your own app to pod 'rn-fetch-blob', :path => '../node_modules/rn-fetch-blob'. For existing install, that involves react-native unlink and yarn remove, and add / link again.

I'm using in my app WonderSwipe without issue.

@chrusart
Copy link
Contributor

thanks @fungilation!, already using, no issues.

@jaggs6
Copy link

jaggs6 commented Aug 23, 2018

@kfiroo can this be merged please

fungilation and others added 2 commits January 19, 2019 16:09
yarn upgraded, then nuked /node_modules (again)
- dependencies only (not devDependencies, like RN)
- not nuking /node_modules results in clash in Metro:
Loading dependency graph...(node:3868) UnhandledPromiseRejectionWarning: Error: jest-haste-map: @providesModule naming collision:
  Duplicate module name: react-native
…community/react-native-netinfo

Need to run in installed app:
react-native link @react-native-community/netinfo
@fungilation
Copy link
Collaborator Author

On topic of maintenance and forking: #160

nadav2051 and others added 9 commits July 18, 2019 12:29
- removed redundant `errorMessage.includes("folder")`
- prettier formatted fsUtils.js

and #3-5 updating netinfo
* Rename deprecated methods to suppress warnings (for now)

* Mark CachedImage as unsafe as well

* well don't stop there, completed search and replace for UNSAFE_componentWillMount
* fix: Change @react-native-community/net-info to a peer dependency

* Typo

* in the same vein, rn-fetch-blob also moved to peerDependencies. But that also means for apps (like mine) with no otherwise dependency on @react-native-community/netinfo and rn-fetch-blob, they would be removed fron npm.

Added the 2 to npm / yarn install instructions in README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move unmaintained react-native-fetch-blob dep to rn-fetch-blob
6 participants