Fix fuzziness images in UIExplorer <Image> sample.
This commit is contained in:
parent
677f96c60e
commit
3643c127a8
|
@ -340,7 +340,7 @@ exports.examples = [
|
||||||
];
|
];
|
||||||
|
|
||||||
var fullImage = {uri: 'http://facebook.github.io/react/img/logo_og.png'};
|
var fullImage = {uri: 'http://facebook.github.io/react/img/logo_og.png'};
|
||||||
var smallImage = {uri: 'http://facebook.github.io/react/img/logo_small.png'};
|
var smallImage = {uri: 'http://facebook.github.io/react/img/logo_small_2x.png'};
|
||||||
|
|
||||||
var styles = StyleSheet.create({
|
var styles = StyleSheet.create({
|
||||||
base: {
|
base: {
|
||||||
|
|
Loading…
Reference in New Issue