Selaa lähdekoodia

Merge branch 'release/1.1.0-alpha.4' into develop

lfabl 2 viikkoa sitten
vanhempi
commit
1608d029b9
3 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  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",