Is resolveAssetSource supported on Windows? #13376
Closed
sivakusayan
started this conversation in
General
Replies: 1 comment
-
Hmm, I'm guessing the answer for support is 'Not yet', judging from this issue. At least, I think so from skimming the discussion thread. It would be nice to get some kind of console warning (I personally would prefer a crash, but I get that could be a breaking change) saying that this isn't supported right now, so developers don't have to go digging into the source code. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been going down a rabbit hole trying to find out why the
Image
component in thereact-native-svg
library isn't loading local images in release mode. I attempted to look at the implementation of resolveAssetSource, and I'm seeing a lot of strange references to the Android platform. Was this intentional, or is this still a work in progress?Beta Was this translation helpful? Give feedback.
All reactions