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

undefined is not an object #108

Open
BenedictePancheri opened this issue Jun 23, 2016 · 7 comments
Open

undefined is not an object #108

BenedictePancheri opened this issue Jun 23, 2016 · 7 comments

Comments

@BenedictePancheri
Copy link

Hello,

I'm started a project with react-native. But I have a probleme with RTCWebView BridgeManager.NavigationType. He write that "undefined is not an object (evaluating'RCTWebViewBridgeManager.Navigation.Type

I uprgrape the webview-bridge. But I have already same message.

I'm in version react native 0.26.3

@ChinaGoodProgrammer
Copy link

me too!How about you now?

@ChinaGoodProgrammer
Copy link

@shackachaska

@fungilation
Copy link
Contributor

fungilation commented Jul 14, 2016

I hit the same error, thinking it's something with RN 0.29.1. Then I realized (again) it's missing rnpm link after upgrade, even when it was a minor upgrade from RN 0.29.0 to 0.29.1.

Consider this issue closed. For RN 0.25 and later, you also have to run this with npm i https://github.com/alinz/react-native-webview-bridge to have the latest fixes not published on npm package.

@kalpeshbewakoof
Copy link

I am facing the same issue. I am on RN 0.35.0

@reimertz
Copy link

you need to link the library.

react-native link

@vkokku-com
Copy link

I too faced the same issue.But after adding the library file 'libReact-Native-WebView-Bridge.a' to 'Linked Frameworks and Libraries', resolved the issue

@JF-13
Copy link

JF-13 commented Dec 11, 2017

Hey guys! what should my rnpm look like and after that what should the "react-native link ... " look like? ive already followed installation documentation and updated with npm link that you suggested but im still getting "undefined is not an object (evaluating 'propTypes.func') at index.ios.js:105:31"

both ios and android state same error (except for index. file) so im guessing its not linked

I guess it was just due to react native update

#95
from @thejacobseely

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

7 participants