Questions tagged [react-native-tvos]

6 questions
1
vote
1 answer

TV App Amazon functionality validation fail due to video play in background in sleep mode in FireTV stick #520

I have submitted my react-native-tvos app to the Amazon store but they give below a functionality validation error. FireTV-24- Media: Returning to the app from Sleep (System Standby) mode causes inconsistent behavior resulting in a negative…
0
votes
0 answers

React native Application STB(SET-TOP BOX) Focus issues. Unable to use the Focus or blur methods in React Native android Application

i am an android developer and i am trying to develope a Tv Application for the Set-Top box but the React Native OnFocus/ onBlur method inside a Touchables are not working, but yes The focus is moving from one button to another but i am not able to…
0
votes
0 answers

TouchableHighlight object inside a Flat/recycler/FlashList Losing Focus on fast key navigation with React Native TVOS

TouchableHighlight object inside a Flat/recycler/FlashList Losing Focus on fast key navigation with React Native TVOS I have a FlashList (Flat/recycler list view) with 100 TouchableHighlight with images. On navigation, the TouchableHighlight gets…
0
votes
0 answers

AppleTv In app purchase on request subscription First time open login prompt and payment failed next time it works fine

I have implemented react-native-iap in my tvos project. First time when I go for purchase subscription and call requestPurchase method it open AppleId login prompt and after login it failed payment and called purchaseErrorListener method. But after…
0
votes
0 answers

React Native tvOS and Android TV: customize spatial navigation

I've been doing some tests on tvOS and Android with React Native, but I have experienced some weird (or just different from what I expected) behaviour with spatial navigation. Here's the skeleton of the page: So, there is a vertical Flat List that…
remmargorp
  • 434
  • 1
  • 6
  • 14
0
votes
0 answers

Multiple stack and tab navigation in the react-native-tvos app using TabBarIOS

I am pretty new to react native development. I am trying to make a tvOS app. For example, it has two tabs and each tab has its own navigation stack for push/pop. As I understand I should use react-native-tvos for that. And again as I understand I…
Sergnsk
  • 3,305
  • 3
  • 23
  • 28