You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there was a regression introduced in #17 . I cannot render a simple blockquote now with react-native (expo and native build).
> This is a quote
On 1.1.9 it renders correctly. On 1.2.0 it immediately fails with: "Unexpected view type nested under text node."
As I'm also running react-native @ 0.55, I'm currently exploring if it's possible to revert the isTextOnly removal and get both images and quotes working at the same time. It's not possible to have both working in either build.
EDIT: I brought back Util.isTextOnly and the detecting block, and I now have images working (but still no blockQuotes)
I believe there was a regression introduced in #17 . I cannot render a simple blockquote now with react-native (expo and native build).
On
1.1.9
it renders correctly. On1.2.0
it immediately fails with: "Unexpected view type nested under text node."As I'm also running react-native @ 0.55, I'm currently exploring if it's possible to revert the
isTextOnly
removal and get both images and quotes working at the same time. It's not possible to have both working in either build.EDIT: I brought back
Util.isTextOnly
and the detecting block, and I now have images working (but still no blockQuotes)The text was updated successfully, but these errors were encountered: