Skip to content

Commit

Permalink
Stop relying on deprecated manifest.xde property
Browse files Browse the repository at this point in the history
fbshipit-source-id: 08c7c16
  • Loading branch information
fson authored and expbot committed Jul 19, 2018
1 parent 7484eb6 commit 2807b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/expo-asset/src/Asset.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const pickScale = meta => {
};
}

if (Constants.manifest && Constants.manifest.xde) {
if (Constants.manifest && Constants.manifest.developer) {
// Development server URI is pieced together
return {
uri:
Expand Down

0 comments on commit 2807b09

Please sign in to comment.