We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On version 0.10.9, requiresMainQueueSetup is declared twice in this file and will throw the error
requiresMainQueueSetup
error: duplicate declaration of method 'requiresMainQueueSetup'
Seems this was introduced on the latest commit for 0.10.9 branch. 614ef56#diff-0b97a2df65bc9a2753599b4d88da3475R45
Lines in question:
https://github.com/joltup/react-native-fetch-blob/blob/614ef561dda7b837e896e175f8719fb42232bede/ios/RNFetchBlob/RNFetchBlob.m#L45
https://github.com/joltup/react-native-fetch-blob/blob/614ef561dda7b837e896e175f8719fb42232bede/ios/RNFetchBlob/RNFetchBlob.m#L77
The text was updated successfully, but these errors were encountered:
remove duplicate requiresMainQueueSetup declaration
69a662a
fixes #64
Thanks for the issue, should now be fixed on the 0.10.9 branch
Sorry, something went wrong.
fixes joltup#64
8b874f9
6806822
No branches or pull requests
On version 0.10.9,
requiresMainQueueSetup
is declared twice in this file and will throw the errorSeems this was introduced on the latest commit for 0.10.9 branch.
614ef56#diff-0b97a2df65bc9a2753599b4d88da3475R45
Lines in question:
https://github.com/joltup/react-native-fetch-blob/blob/614ef561dda7b837e896e175f8719fb42232bede/ios/RNFetchBlob/RNFetchBlob.m#L45
https://github.com/joltup/react-native-fetch-blob/blob/614ef561dda7b837e896e175f8719fb42232bede/ios/RNFetchBlob/RNFetchBlob.m#L77
The text was updated successfully, but these errors were encountered: