Skip to content

Commit 4da55cc

Browse files
make example more clear + better for big screens
1 parent b5d0a59 commit 4da55cc

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

example/app.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@
1212
"android",
1313
"web"
1414
],
15-
"jsEngine": "hermes",
1615
"ios": {
17-
"supportsTablet": true,
18-
"jsEngine": "jsc"
16+
"supportsTablet": true
17+
},
18+
"web": {
19+
"favicon": "./favicon.png",
20+
"name": "React Native Paper Dates",
21+
"shortName": "PaperDates",
22+
"description": "Example app for react-native-paper-dates"
1923
},
2024
"assetBundlePatterns": [
2125
"**/*"

example/favicon.png

42.3 KB
Loading

0 commit comments

Comments
 (0)