I tried to disabled Idle Timer on my tv os app using react-native-idle-timer but I got error: can not read property setIdleTimerDisabled of undefined.
Also I tried to link pod 'react-native-idle-timer', :path => '../node_modules/react-native-idle-timer', but got error: The platform of the target tvDashboard-tvOS (tvOS 12.0) is not compatible with react-native-idle-timer (2.1.7), which does not support tvOS.
It works when I use react-native: 0.59.9, but after update it does not.
Could you recommend some other libraries that are supporting react native TVOS, or maybe tell me what I am doing wrong with react-native-idle-timer library?
"react-native-idle-timer": "^2.1.7"; "react-native": "npm:react-native-tvos@0.64.2-4",