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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # expo-tvos-search
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/expo-tvos-search.svg)](https://www.npmjs.com/package/expo-tvos-search)
4
+ [![npm downloads](https://img.shields.io/npm/dm/expo-tvos-search.svg)](https://www.npmjs.com/package/expo-tvos-search)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
+ [![Test Status](https://github.com/keiver/expo-tvos-search/workflows/Test%20PR/badge.svg)](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
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-tvos-search",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "Native tvOS search view using SwiftUI .searchable modifier for Expo/React Native",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",