react-native-uploader
react-native-uploader copied to clipboard
It doesn't add React to import part.
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?
I request PR about this issue.
https://github.com/aroth/react-native-uploader/pull/34/files