react-native-file-transfer icon indicating copy to clipboard operation
react-native-file-transfer copied to clipboard

"NativeModules.FileTransfer.upload is undefined" when running through "react-native run-ios"

Open nuhbye opened this issue 8 years ago • 2 comments

When I am running from command line with - "react-native run-ios", I am getting error: "NativeModules.FileTransfer.upload is undefined".

However, it is working perfectly when I run with Xcode. Can someone please help me with this.

Regards Kunal

nuhbye avatar Nov 14 '16 11:11 nuhbye

Hi Did you find any solutions for this? I am having same issue, both simulator and device.

pr-rojan avatar Feb 20 '17 18:02 pr-rojan

In xcode: Add RTCFileTransfer.m in Your Project > Libraries > React > Base.

vuvantoan95 avatar Apr 21 '17 05:04 vuvantoan95