0
votes

Does the React Native library "React Native Fast Image" (https://github.com/DylanVann/react-native-fast-image) have any difference in behavior if we use "require()" instead of "{uri:}"?

(I'm confused as "{uri:}" is the only way mentioned in the docs)

1
They have an issue open which explains how they are planning to go about having local image support, as far as I can tell they have the code merged on master so shouldnt take too long for them to release it. github.com/DylanVann/react-native-fast-image/pull/205Nemi Shah
Thanks, @NemiShah.. if posted as an answer I can accept..Divyansh Goenka
Moved it as an answer so it can help someone else wondering the same thingNemi Shah

1 Answers

1
votes

They have an issue open which explains how they are planning to go about having local image support, as far as I can tell they have the code merged on master so shouldnt take too long for them to release it.

Github Issue