Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It doesn't add React to import part. #31

Open
rblcb opened this issue Feb 26, 2018 · 1 comment
Open

It doesn't add React to import part. #31

rblcb opened this issue Feb 26, 2018 · 1 comment

Comments

@rblcb
Copy link

rblcb commented Feb 26, 2018

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?

@dong-uk
Copy link

dong-uk commented Apr 18, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants