expo-tvos-search 1.2.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# expo-tvos-search
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/expo-tvos-search)
|
|
4
|
+
[](https://www.npmjs.com/package/expo-tvos-search)
|
|
5
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
|
+
[](https://github.com/keiver/expo-tvos-search/actions)
|
|
7
|
+
|
|
3
8
|
A native tvOS search component for Expo and React Native.
|
|
4
9
|
|
|
5
10
|
This library provides a native tvOS search view using SwiftUI's `.searchable` modifier. It handles focus, keyboard navigation, and accessibility out of the box, providing a seamless search experience on Apple TV with a native fullscreen search interface.
|
|
@@ -28,6 +33,12 @@ This library provides a native tvOS search view using SwiftUI's `.searchable` mo
|
|
|
28
33
|
|
|
29
34
|
## Installation
|
|
30
35
|
|
|
36
|
+
```bash
|
|
37
|
+
npm install expo-tvos-search
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
Or install from GitHub:
|
|
41
|
+
|
|
31
42
|
```bash
|
|
32
43
|
npm install github:keiver/expo-tvos-search
|
|
33
44
|
```
|