-
Notifications
You must be signed in to change notification settings - Fork 792
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
compatible with RN > 0.49 #17
Conversation
Fix example links for Download and Multipart/form-data
Fix README.md
RN > 0.49 requires to implement requiresMainQueueSetup. this fix and suppress that yellow box warning ``` Module RNFetchBlob requires main queue setup since it overrides `init` but doesn't implement `requiresMainQueueSetup`. In a future release React Native will default to initializing all native modules on a background thread unless explicitly opted-out of. ```
We are currently expecting pull requests with bugfixes to be applied to the 0.10.9 branch. We merged another pull request #10 on that branch that implemented |
|
@wedneyyuri Thanks for the additional info! |
RN > 0.49 requires to implement requiresMainQueueSetup.
this fix and suppress that yellow box warning