-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
When adding an image that references a remote file, Android accepts only uri and iOS accepts both uri and url. This is a frustrating bug as you can be working in iOS fine and it breaks silently in Android (images just don't render). Even in the examples this bug exists: url vs uri in the same file.
Looking at the type definition, uri is the correct one. We should probably have a good error message if you use url instead.
- React Native version: 0.43.0 (but the issue exists on master as well)
- Platform: both
- Development Operating System: MacOS
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.