react-native-dropdown-picker icon indicating copy to clipboard operation
react-native-dropdown-picker copied to clipboard

Add support for icon Image to be loaded from URL

Open memeflix-open-source opened this issue 2 years ago • 0 comments

This is the documentation:

icon: () => <Image source={require('./assets/icon.png')} style={styles.iconStyle} />

This is what we need (not works):

icon: () => <Image source={{ uri: require('https://cdn.discordapp.com/embed/avatars/1.png') }} />

memeflix-open-source avatar Jul 09 '23 15:07 memeflix-open-source