Parcourir la source

Bugfix: Page Header problems fixed.

lfabl il y a 2 semaines
Parent
commit
f803491493
3 fichiers modifiés avec 5 ajouts et 2 suppressions
  1. 3 0
      example/src/navigation/index.tsx
  2. 1 1
      example/web/public/index.html
  3. 1 1
      package.json

+ 3 - 0
example/src/navigation/index.tsx

@@ -792,6 +792,9 @@ const RootNav = () => {
 
 const Navigation = () => {
     return <NavigationContainer
+        documentTitle={{
+            formatter: (options, route) => `NCore - Design System | UI Kit - ${options?.title ?? route?.name ?? "Home"}`
+        }}
         linking={{
             prefixes: [
                 "http://localhost:3000",

+ 1 - 1
example/web/public/index.html

@@ -29,7 +29,7 @@
         <link
             rel="icon"
             type="image/x-icon"
-            href="http://ncore.nibgat.space/assets/images/darklogo.png"
+            href="https://ncore.nibgat.space/assets/images/darklogo.png"
         />
         <link
             rel="stylesheet"

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
     "name": "ncore-ui-kit",
-    "version": "1.1.0-alpha.3",
+    "version": "1.1.0-alpha.4",
     "description": "NİBGAT® | NCore - UI Kit for React-Native Mobile Apps.",
     "main": "./lib/module/index.js",
     "types": "./lib/typescript/src/index.d.ts",