wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 310 forks source link

Android - Invariant Violation: Native component for "RCTWebViewBridge" does not exist #100

Open omkarhande-zz opened 6 years ago

omkarhande-zz commented 6 years ago

screenshot_1527162100

export-mike commented 6 years ago

Have you followed the android install setup correctly? https://github.com/wix/react-native-zss-rich-text-editor#installation

PaulMEDITECH commented 6 years ago

I am having this same issue. I have gone through the Android install setup a few times.

Has this been resolved for the original post? What was changed to get this to work?

CoddingTan commented 6 years ago

I made the same mistake

tobiaskusnaman commented 6 years ago

I get the same issue

truongluuxuan commented 6 years ago

yeb, I got same one problem.

pdkn commented 6 years ago

same here, have done all the installations correctly AFAIK (RN 0.54)

leoabacade commented 6 years ago

+1 "react": "16.3.1", "react-native": "0.55.4", "react-native-webview-bridge": "0.33.0", "react-native-zss-rich-text-editor": "1.1.0" screenshot_20180908-170508

ok, i figured this out,

just add new WebViewBridgePackage() at MainApplication.java and it starts working properly.

pdkn commented 6 years ago

Guys, Finally working. In my case, I had to delete android/app/build folder and clear all caches (yarn start —reset-cache). Then it just started working