react-native-uploader icon indicating copy to clipboard operation
react-native-uploader copied to clipboard

It doesn't add React to import part.

Open rblcb opened this issue 7 years ago • 1 comments

My app gets an error to build because RNUploader.m file contains following lines. import "RCTBridgeModule.h" import "RCTEventDispatcher" import "RCTLog.h"

So I change it like this and it does work. import <React/RCTBridgeModule.h> import <React/RCTEventDispatcher.h> import <React/RCTLog.h>

But I want this automatically when I do react-native link. Anyone could help me?

rblcb avatar Feb 26 '18 16:02 rblcb

I request PR about this issue.

https://github.com/aroth/react-native-uploader/pull/34/files

dong-uk avatar Apr 18 '18 06:04 dong-uk