expo-tvos-search 1.5.1 → 1.5.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 +1 -1
- package/ios/ExpoTvosSearch.podspec +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# expo-tvos-search
|
|
1
|
+
# expo-tvos-search
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/expo-tvos-search)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Pod::Spec.new do |s|
|
|
2
2
|
s.name = 'ExpoTvosSearch'
|
|
3
|
-
s.version = '1.5.
|
|
3
|
+
s.version = '1.5.2'
|
|
4
4
|
s.summary = 'Native tvOS search view with SwiftUI .searchable modifier'
|
|
5
5
|
s.description = 'Provides a native tvOS search experience using SwiftUI searchable modifier for proper focus and keyboard navigation'
|
|
6
6
|
s.author = 'Keiver Hernandez'
|