react-native-zss-rich-text-editor icon indicating copy to clipboard operation
react-native-zss-rich-text-editor copied to clipboard

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

Open omkarhande-zz opened this issue 6 years ago • 8 comments

screenshot_1527162100

omkarhande-zz avatar May 24 '18 11:05 omkarhande-zz

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

export-mike avatar May 26 '18 04:05 export-mike

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?

PaulMEDITECH avatar Jul 05 '18 15:07 PaulMEDITECH

I made the same mistake

CoddingTan avatar Jul 23 '18 06:07 CoddingTan

I get the same issue

tobiaskusnaman avatar Aug 03 '18 03:08 tobiaskusnaman

yeb, I got same one problem.

truongluuxuan avatar Aug 22 '18 03:08 truongluuxuan

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

pdkn avatar Sep 07 '18 16:09 pdkn

+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.

leoabacade avatar Sep 08 '18 09:09 leoabacade

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

pdkn avatar Sep 11 '18 09:09 pdkn