We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73391bc commit 58072ebCopy full SHA for 58072eb
src/index.js
@@ -26,7 +26,7 @@ export type StartUploadArgs = {
26
};
27
28
const NativeModule =
29
- NativeModules.VydiaRNFileUploader || NativeModules.RNFileUploader; // iOS is VydiaRNFileUploader and Android is NativeModules
+ NativeModules.VydiaRNFileUploader || NativeModules.RNFileUploader; // iOS is VydiaRNFileUploader and Android is RNFileUploader
30
const eventPrefix = 'RNFileUploader-';
31
32
// for IOS, register event listeners or else they don't fire on DeviceEventEmitter
0 commit comments