react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

Icon from url doesn't work.

Open mbordia-eightfold opened this issue 2 years ago • 0 comments

Description

Related to

  • [x] Components
  • [ ] Demo
  • [x] Docs
  • [ ] Typings

Steps to reproduce

Expected behavior

Show Icon from url.

Actual behavior

Shows nothing.

More Info

Code is from the RNU doc for Icon - https://wix.github.io/react-native-ui-lib/docs/components/basic/Icon#usage

Code snippet

<Icon source={{uri: 'https://github.com/wix/react-native-ui-lib/blob/master/demo/src/assets/icons/delete.png'}} size={24} tintColor={Colors.grey40}/>

Screenshots/Video

Environment

  • React Native:
  • React Native UI Lib:

Affected platforms

  • [ ] Android
  • [x] iOS
  • [ ] Web

mbordia-eightfold avatar Aug 05 '22 21:08 mbordia-eightfold