Frequently Asked Questions
Does this work with standard React Native?
No, this library requires react-native-tvos and an Expo development build. It won't work with standard React Native or Expo Go.
What tvOS versions are supported?
tvOS 15+ (compatible with Apple TV 4K 1st generation and newer). The library uses SwiftUI's .searchable modifier which requires tvOS 15 minimum.
Can I customize the search bar appearance?
Yes, check the GitHub repo above for all available props and customization options.
Does it work with Expo Go?
No, it requires a development build because it includes native Swift code.

