Coder Social home page Coder Social logo

Callback not found about react-native-uploader HOT 5 CLOSED

aroth avatar aroth commented on June 30, 2024
Callback not found

from react-native-uploader.

Comments (5)

aroth avatar aroth commented on June 30, 2024

You're welcome. I'll take a look at this and report back.

from react-native-uploader.

aroth avatar aroth commented on June 30, 2024

@demiurga can you give me an example of how you're looping over files and calling RNUploader.upload()? The module wasn't specifically designed to handle that use case, but I'll see what's possible.

from react-native-uploader.

apolkingg8 avatar apolkingg8 commented on June 30, 2024

For example:

opts.forEach((opt)=> {
  RNUploader.upload(opt, (err, res)=> {
    // ...something in callback
  })
})

from react-native-uploader.

aroth avatar aroth commented on June 30, 2024

@demiurga I toyed with a few ideas, but calling RNUploader.upload(...) in a loop is not supported at this time. Due to the way native modules are loaded (and certain implementation details of react-native-uploader itself), each upload(...) call will overwrite instance variables including the stored callback.

If I am able to add this feature in the future I will let you know.

from react-native-uploader.

apolkingg8 avatar apolkingg8 commented on June 30, 2024

Got it, I resolved this issue with a promise waterfall. Thank you!

from react-native-uploader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.