Skip to content

Commit 8c95fd1

Browse files
committed
Minor tweaks
1 parent 88a0859 commit 8c95fd1

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

resources/views/docs/mobile/2/getting-started/changelog.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,28 @@ The `native:run` command now provides cleaner, more readable output, making it e
1010

1111
### Improved Windows Support
1212
Better compatibility and smoother development experience for Windows users.
13+
<aside>
14+
15+
#### Note to all users
16+
Internally, Gradle has been upgraded, the first time you run an Android build it will take several minutes longer to download and install the new dependencies.
17+
18+
</aside>
1319

1420
### Blade Directives
1521
New Blade directives for conditional rendering based on platform:
1622

1723
```blade
18-
@mobile
19-
{{-- Only rendered in mobile apps --}}
20-
@endmobile
24+
Only rendered in mobile apps
25+
@mobile / @endmobile
2126
22-
@web
23-
{{-- Only rendered in web browsers --}}
24-
@endweb
27+
Only rendered in web browsers
28+
@web / @endweb
2529
26-
@ios
27-
{{-- Only rendered on iOS --}}
28-
@endios
30+
Only rendered on iOS
31+
@ios / @endios
2932
30-
@android
31-
{{-- Only rendered on Android --}}
32-
@endandroid
33+
Only rendered on Android
34+
@android / @endandroid
3335
```
3436

3537
### Improved File Watcher

0 commit comments

Comments
 (0)