react-native-macos
react-native-macos copied to clipboard
Handle <Image /> source sizes correctly
- [ ] Fix resize mode
<Image source={require('../nick.png')} resizeMode={'contain'} />
<Image source={require('../nick.png')} style={{width: 600}} />
- [ ] Autoload sizes from bundle
- [ ] Dissapearing images mentioned by @beretboat here:
Sometimes all images just not show in <Image/> component. It’s very hard to reproduce. Me and a tester see this once or twice in a few days. My <Image/> is wrapped in <TouchableOpacity/>. Clicking still works.