Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 22886e8

Browse files
Merge remote-tracking branch 'origin/main' into feat/security-overview
2 parents 237da2b + 9849563 commit 22886e8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

‎.vitepress/theme/index.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import Theme from '@nativescript/vitepress-theme'
2-
import '@nativescript/vitepress-theme/theme/style.css'
1+
import Theme from "@nativescript/vitepress-theme";
2+
import "@nativescript/vitepress-theme/theme/style.css";
33

44
export default {
55
...Theme(),
6-
enhanceApp() {},
7-
}
6+
};

‎content/guide/customizing-view-elements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,4 @@ Register your new `CustomListPicker` element following the steps outlined in [Cr
146146

147147
Experiment live with this custom ListPicker in [this StackBlitz demo](https://stackblitz.com/edit/nativescript-customize-listpicker?file=src%2Fapp%2Fitem%2Flist-picker-custom%2Findex.ios.ts). Modify the font size or highlight color directly and observe the immediate changes.
148148

149-
<iframe style="width: 100%; min-height: 200px; aspect-ratio: 16 / 9;" src="https://www.youtube.com/embed/IxH4hl-T_4s" title="Customizing View Elements with NativeScript" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
149+
<iframe style="width: 100%; min-height: 200px; aspect-ratio: 16 / 9;" src="https://www.youtube.com/embed/IxH4hl-T_4s" title="Customizing View Elements with NativeScript" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

‎content/ui/tab-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ iconSource: string
194194

195195
Gets or sets the icon source of the tab strip entry.
196196

197-
Supported paths are `res://`, `font://` or an absolute path (eg. `~/assets/image.png`).
197+
Supported paths are `res://` or an absolute path (eg. `~/assets/image.png`).
198198

199199
See [`Image`](/ui/image) for details on the different paths.
200200

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /