Matheus Santos
Matheus Santos
Hi, @martinandersen3d It's in my plans to implement such functionalities. However I'm quite busy, so I can't implement it yet (I plan to implement new functionalities at the end of...
@martinandersen3d I guess nobody is working on this feature. But I'll implement a way of display images on chat, as I said here #22.
Hi, @bohdanprog this PR is just adding the web implementation for the SvgXml component, which is currently missing from the main package. It uses react-native-web to keep the react-native syntax,...
@bohdanprog The changes are good, thanks for the code improvements. There's just one change I didn't understand. Is there a reason to move the `react-native-web` package from `peerDependencies/optionalDependencies` to `dependencies`?...
Hi, @bohdanprog I tested the version 15.5.0. There are two issues. The first error is happening because the dependency `@react-native/assets-registry` is missing in the package.json file from `react-native-svg`. It can...
@bohdanprog I built a simple project to reproduce the issue. It's just importing the `react-native-svg` lib. I'm using webpack because I need `react-native-web` to use the web implementation of `react-native-svg`....
@bohdanprog I created this pull request: https://github.com/bohdanprog/RNSVG-XML-web/pull/1. I noticed that `@react-native/assets-registry/registry` was missing because `[email protected]` requires the `react-native` version to be `^0.72.3`. I was using an older version, so it...
@bohdanprog yes, it's the same issue. The webpack issue is a matter of configuration that will impact all `react-native-svg` users that don't have a proper config to parse flow files....