TVReanimated

This is a demo project that allows the examples from react-native-reanimated to run on Apple TV and Android TV using the react-native-tvos fork of React Native.

The project includes small patches needed for react-native-screens, react-native-reanimated, and react-native-svg to build and run on Apple TV.

The navigation menus have been modified to display better on TV. Also, for TV platforms, only demos that work on TV (i.e. don't require touchscreen gestures) are shown in the navigation screens.

Getting started:

# Installation
git clone https://github.com/react-native-tvos/TVReanimated
cd TVReanimated
yarn
cd ios
pod install
cd ..
# iOS
react-native run-ios
# Apple TV
react-native run-ios --scheme="TVReanimated-tvOS" --simulator="Apple TV"
# Android (either phone or TV simulator or device already running and connected)
react-native run-android

GitHub

https://github.com/react-native-tvos/TVReanimated