-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Area: ImageArea: InfrastructureNeeds: Author FeedbackThe issue/PR needs activity from its author (label drives bot activity)The issue/PR needs activity from its author (label drives bot activity)enhancementno-recent-activityIssue/PR has gone stale and may be closed (label applied by bot)Issue/PR has gone stale and may be closed (label applied by bot)
Milestone
Description
Right now, we hardcode ReactUWP to expect packaged bundles to be in ms-appx://Bundle/{filename}.bundle
The developer passes in {filename}.
So if you run react-native bundle --platform uwp--entry-file index.js --bundle-output Bundle\index.uwp.bundle --assets-dest Bundle to get:
Bundle\
- index.uwp.bundle
assets\
- asset1.png
- asset2.png
However, when loading images, we translate the path file://assets/asset1.png to ms-appx:///assets/asset1.png
Metadata
Metadata
Assignees
Labels
Area: ImageArea: InfrastructureNeeds: Author FeedbackThe issue/PR needs activity from its author (label drives bot activity)The issue/PR needs activity from its author (label drives bot activity)enhancementno-recent-activityIssue/PR has gone stale and may be closed (label applied by bot)Issue/PR has gone stale and may be closed (label applied by bot)