Code Monkey home page Code Monkey logo

react-native-s3-multipart's Introduction

react-native-s3-multipart

Multipart S3

Installation

npm install react-native-s3-multipart

Usage

import { } from 'react-native-s3-multipart';

// ...

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

react-native-s3-multipart's People

Contributors

danieldekerlegandevolve avatar amitd2i avatar danieldekerlegand avatar

Watchers

 avatar

Forkers

torshinc

react-native-s3-multipart's Issues

On Internet ON/OFF Cancel Uploading not working

Description Text:
When I attempted to cancel uploading file, the app would crash if the internet connection was lost and then restored. This issue occurred because S3Multipart was not found in NativeModules, resulting NativeModules as an empty object being returned. Additionally, since NativeModules does not have S3Multipart, the cancel upload function also does not work.

As "NativeModules" return empty object, we are not able to cancel uploading file.

Findings:

Before:
image

After:
image

We can also implement a check to determine if the internet is connected. If the internet is connected, we can pass LINKING_ERROR; otherwise, we can pass an empty object.
image

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.