Skip to content

Commit 58072eb

Browse files
authored
chore: Update comment (Vydia#282)
1 parent 73391bc commit 58072eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export type StartUploadArgs = {
2626
};
2727

2828
const NativeModule =
29-
NativeModules.VydiaRNFileUploader || NativeModules.RNFileUploader; // iOS is VydiaRNFileUploader and Android is NativeModules
29+
NativeModules.VydiaRNFileUploader || NativeModules.RNFileUploader; // iOS is VydiaRNFileUploader and Android is RNFileUploader
3030
const eventPrefix = 'RNFileUploader-';
3131

3232
// for IOS, register event listeners or else they don't fire on DeviceEventEmitter

0 commit comments

Comments
 (0)