Skip to content

Commit b5e42a5

Browse files
Better homepage
1 parent f954acc commit b5e42a5

13 files changed

+39
-35
lines changed
22 KB
Loading
42.5 KB
Loading
16.9 KB
Loading

example/public/browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#ffffff</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

example/public/favicon-16x16.png

1.42 KB
Loading

example/public/favicon-32x32.png

2.83 KB
Loading

example/public/favicon.ico

11.7 KB
Binary file not shown.

example/public/index.html

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#000000" />
7+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
8+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
9+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
10+
<link rel="manifest" href="/site.webmanifest">
11+
<meta name="msapplication-TileColor" content="#ffffff">
12+
<meta name="theme-color" content="#ffffff">
813
<meta
914
name="description"
10-
content="Web site created using create-react-app"
15+
content="Smooth and fast cross platform Material Design date and time picker for React Native Paper"
1116
/>
12-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13-
<!--
14-
manifest.json provides metadata used when your web app is installed on a
15-
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
16-
-->
17-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
17+
18+
1819
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap" rel="stylesheet">
1920
<!--
2021
Notice the use of %PUBLIC_URL% in the tags above.
@@ -25,7 +26,7 @@
2526
work correctly both with client-side routing and a non-root public URL.
2627
Learn how to configure a non-root public URL by running `npm run build`.
2728
-->
28-
<title>React App</title>
29+
<title>React Native Paper Dates | Smooth Material Design date and time picker</title>
2930
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
3031
</head>
3132
<body>

example/public/logo192.png

-5.22 KB
Binary file not shown.

example/public/logo512.png

-9.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)