Commit d3a5f73e authored by Mr Speaker's avatar Mr Speaker

use device screen scale for canvas scale factor

parent a8a2c46b
......@@ -58,6 +58,7 @@ NSString* srcResource (id res)
_preloaded = [[NSMutableArray alloc] init];
_preloadingDone = false;
self.context = context;
self.contentScaleFactor = RCTScreenScale();
}
return self;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment