Skip to content

Commit 4e6295f

Browse files
committed
Simplify
1 parent 493ff3b commit 4e6295f

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

resources/views/docs/mobile/2/the-basics/native-functions.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,15 @@ Native device functions are called directly from your PHP code, giving you acces
1010
maintaining the productivity and familiarity of Laravel development.
1111

1212
These functions are called from your PHP code using an ever-growing list of classes. These classes are also wrapped in
13-
Laravel Facades for ease of access and testing:
14-
15-
- `Native\Mobile\Facades\Audio`
16-
- `Native\Mobile\Facades\Biometrics`
17-
- `Native\Mobile\Facades\Browser`
18-
- `Native\Mobile\Facades\Camera`
19-
- `Native\Mobile\Facades\Device`
20-
- `Native\Mobile\Facades\Dialog`
21-
- `Native\Mobile\Facades\File`
22-
- `Native\Mobile\Facades\Geolocation`
23-
- `Native\Mobile\Facades\Haptics`
24-
- `Native\Mobile\Facades\Network`
25-
- `Native\Mobile\Facades\PushNotifications`
26-
- `Native\Mobile\Facades\Scanner`
27-
- `Native\Mobile\Facades\SecureStorage`
28-
- `Native\Mobile\Facades\Share`
29-
- `Native\Mobile\Facades\System`
13+
Laravel Facades for ease of access and testing, such as:
14+
15+
```php
16+
Native\Mobile\Facades\Biometrics
17+
Native\Mobile\Facades\Browser
18+
Native\Mobile\Facades\Camera
19+
```
20+
21+
Each of these is covered in our [APIs](../apis/) section.
3022

3123
<aside>
3224

0 commit comments

Comments
 (0)