react-native-macos icon indicating copy to clipboard operation
react-native-macos copied to clipboard

Handle <Image /> source sizes correctly

Open ptmt opened this issue 9 years ago • 0 comments

  • [ ] 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.

ptmt avatar Feb 02 '16 17:02 ptmt