Skip to content

Commit 0345c8f

Browse files
ian-wdiBotPeaches
andauthored
FIX: using high resolution images on iOS as localSourceImage yields blurred outputs (#73)
* fix: using high resolution images on iOS as localSourceImage yields blurred outputs * chore: newlines * chore: add entrypoint for typescript --------- Co-authored-by: Connor Tumbleson <connor@sourcetoad.com>
1 parent 807c670 commit 0345c8f

File tree

13 files changed

+85
-23
lines changed

13 files changed

+85
-23
lines changed
1 MB
Loading
317 KB
Loading
76.1 KB
Loading

example/ios/.xcode.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
# For example, to use nvm with brew, add the following line
1010
# . "$(brew --prefix nvm)/nvm.sh" --no-use
1111
export NODE_BINARY=$(command -v node)
12+
export ENTRY_FILE=index.tsx

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ SPEC CHECKSUMS:
14131413
ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4
14141414
RNSketchCanvas: c6a77b330a60d2a9122b712df708ce1ffb5706f6
14151415
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
1416-
Yoga: ceb08197dbe332e431b1adff98b9aae41ddc6b3b
1416+
Yoga: 88480008ccacea6301ff7bf58726e27a72931c8d
14171417

14181418
PODFILE CHECKSUM: 64ae403f1e0b5a8f50794fd5f40953a1b9174200
14191419

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "bigimage.jpg",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
1 MB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "hdimage.jpg",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}
317 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "testimage.jpg",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"author" : "xcode",
19+
"version" : 1
20+
}
21+
}

0 commit comments

Comments
 (0)