0

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)

Divyansh Goenka
  • 997
  • 2
  • 12
  • 35
  • 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. https://github.com/DylanVann/react-native-fast-image/pull/205 – Nemi Shah Aug 18 '18 at 05:02
  • Thanks, @NemiShah.. if posted as an answer I can accept.. – Divyansh Goenka Aug 18 '18 at 05:14
  • Moved it as an answer so it can help someone else wondering the same thing – Nemi Shah Aug 18 '18 at 05:21

1 Answers1

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 Issue

Nemi Shah
  • 856
  • 1
  • 7
  • 11