We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d0a59 commit 4da55ccCopy full SHA for 4da55cc
example/app.json
@@ -12,10 +12,14 @@
12
"android",
13
"web"
14
],
15
- "jsEngine": "hermes",
16
"ios": {
17
- "supportsTablet": true,
18
- "jsEngine": "jsc"
+ "supportsTablet": true
+ },
+ "web": {
19
+ "favicon": "./favicon.png",
20
+ "name": "React Native Paper Dates",
21
+ "shortName": "PaperDates",
22
+ "description": "Example app for react-native-paper-dates"
23
},
24
"assetBundlePatterns": [
25
"**/*"
example/favicon.png
42.3 KB
0 commit comments