Skip to content

Commit

Permalink
make example more clear + better for big screens
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLindhout committed Jun 23, 2023
1 parent b5d0a59 commit 4da55cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@
"android",
"web"
],
"jsEngine": "hermes",
"ios": {
"supportsTablet": true,
"jsEngine": "jsc"
"supportsTablet": true
},
"web": {
"favicon": "./favicon.png",
"name": "React Native Paper Dates",
"shortName": "PaperDates",
"description": "Example app for react-native-paper-dates"
},
"assetBundlePatterns": [
"**/*"
Expand Down
Binary file added example/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4da55cc

Please sign in to comment.