Augusto Gonzalez
Augusto Gonzalez
@andreialecu is this something on the roadmap? 👀 This feature is needed.
You can also set the width and the height and that will solve your issue. Example: ``` richText.current?.insertImage( url, 'width: 250px; height: 250px;', ); ```
Finally I make it work. ``` richText.current?.commandDOM( `document.getElementById('${myId}').style.backgroundColor = 'orange';`, ); ``` This is the only way that this works for me.
I just opened a bug on `react-native-webview` https://github.com/react-native-webview/react-native-webview/issues/3036 Let's wait for the response.
I have the same issue!
This issue is still valid for `1.9.0`
Hello @oblador. Thanks for your amazing libraries like react-native-vector-icons and react-native-shimmer. I am currently facing an issue with the shimmer. It just doesn't work with Multiples components inside the Shimmer....
> I've just merged #11364 which shows a way of inspecting the Apollo Client cache that at least worked for me when testing. > > I can also connect the...