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

RCTViewManager RCTView #224

Closed
zhangrundong opened this issue Apr 13, 2017 · 13 comments
Closed

RCTViewManager RCTView #224

zhangrundong opened this issue Apr 13, 2017 · 13 comments

Comments

@zhangrundong
Copy link

image

@swaroopa94
Copy link

Same issue please anyone help

@arjshiv
Copy link

arjshiv commented Apr 23, 2017

Same issue here, too

@arjshiv
Copy link

arjshiv commented Apr 23, 2017

But works when pulling from master - so possibly related to #217 ?

@vsrboth
Copy link

vsrboth commented Apr 25, 2017

The issue is still here. I am using

RN: 0.42.0
react-native-webview-bridge: 0.33.0

Can anyone help out?
Thank you so much.

@kingfun2015
Copy link

the same issue.
with using
"react-native": "0.40.0",
"react-native-webview-bridge": "^0.33.0"

@kingfun2015
Copy link

You can see here to solve this issue.
https://github.com/alinz/react-native-webview-bridge/issues/219

@kingfun2015
Copy link

If your react-native version more than 0.40,please to change the header file like this
#import "RCTWebViewBridge.h"

#import <UIKit/UIKit.h>

#import <React/RCTAutoInsetsProtocol.h>
#import <React/RCTConvert.h>
#import <React/RCTEventDispatcher.h>
#import <React/RCTLog.h>
#import <React/RCTUtils.h>
#import <React/RCTView.h>
#import <React/UIView+React.h>
#import <objc/runtime.h>

@iOSHw
Copy link

iOSHw commented May 9, 2017

Nobody can give a correct answer?

@Philipwzj
Copy link

Same problem

@rogerluo410
Copy link

The functionality has already added into RN core module.

So, the author maybe doesn't maintain the repo anymore...

Look at: #206

@eric-muyser-hs
Copy link

@kingfun2015 That doesn't work. I suspect it's building RCTView etc. into the library and conflicting. Should be dynamically linked? That's a project setting right?

@eric-muyser-hs
Copy link

I have a fix, will post diff later. Basically just move the .h includes from the .m into the .h and change to <> not ""

@aerykk aerykk mentioned this issue Jul 5, 2017
@aerykk
Copy link
Contributor

aerykk commented Jul 5, 2017

Fix is in PR #230 if anybody needs it

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

10 participants