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

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

TypeError: Cannot read property 'NavigationType' of undefined #21

Open znafets opened 7 years ago

znafets commented 7 years ago

Trying out your example code gets me stuck here Same with trying to integrate the editor component in a project ... What is the reason that libs that are supposed to work as is are throwing this error? Any ideas how to fix this? Anyone integrated the component with success yet ?

phuongpt commented 7 years ago

make sure you already re-built app react-native run-ios

dktan commented 7 years ago

same issue here, re-built doesn't work

PvanHengel commented 7 years ago

Same issue here anyone find a solution?

jimzhang93 commented 7 years ago

Anyone find the solution to this?

nickrobinson352 commented 7 years ago

+1

JohnHour89 commented 7 years ago

Got do this step: add the native react-native-webview-bridge-updated dependency.?

After I done it, it was working fine in iOS but Android didn't work.

phuongpt commented 7 years ago

not sure what's wrong with your project, but I'm sure it works for me on both platforms

JohnHour89 commented 7 years ago

I got open this issue here, may you help me check with it? thank you https://github.com/wix/react-native-zss-rich-text-editor/issues/50

tkserver commented 6 years ago

Any solution? I'm now stuck here.