Skip to content

Commit 740bb37

Browse files
committed
Set up image viewing
Former-commit-id: 429d804 Former-commit-id: 234c663
1 parent 124e594 commit 740bb37

7 files changed

+367
-6
lines changed

app.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
]
4242
},
4343
"web": {
44-
"favicon": "./assets/favicon.png"
44+
"favicon": "./assets/favicon.png",
45+
"build": {
46+
"babel": { "include": ["@staltz/react-native-image-viewing"] }
47+
}
4548
}
4649
}
4750
}

0 commit comments

Comments
 (0)