react-native-dropdown-picker
react-native-dropdown-picker copied to clipboard
Add support for icon Image to be loaded from URL
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') }} />