You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.
It looks like the native iOS module not linked to your iOS project, have you run rnpm link and recompile the project (simply run react-native run-ios again) after npm install --save react-native-fetch-blob ?
I could only be able to reproduce this error when running an iOS project in release mode without link native modules.
Another way to confirm if the library is linked is open .xcodeproj inside ios folder with XCode, and check if RNFetchBlob.xcodeproj is in Libraries
also check if libRNFetchBlob.a is in Linked Frameworks and Libraries
RNFetchBlob.fetch('GET', mediaUrl, {})
A promise is returned but .then() or .catch() will never being reached because of an exception:
undefined is not an object (evaluating 'RNFetchBlob[nativeMethodName]')
(tested in an iOS-project)
The text was updated successfully, but these errors were encountered: