-
Given that react-native version for tvOS is separate from iOS, can this react-native-firebase npm package support tvOS as well? |
Beta Was this translation helpful? Give feedback.
Answered by
mikehardy
Apr 9, 2021
Replies: 1 comment 2 replies
-
It could but would need community support to do so - similar to the policy of the upstream firebase-ios-sdk we depend on: https://github.com/firebase/firebase-ios-sdk#tvos-macos-watchos-and-catalyst If you had a sketch of how you would support this (with any needed code reorganization or similar) and proposed PRs to do so, I'd be happy to collaborate and merge them in |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
andersonaddo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It could but would need community support to do so - similar to the policy of the upstream firebase-ios-sdk we depend on:
https://github.com/firebase/firebase-ios-sdk#tvos-macos-watchos-and-catalyst
If you had a sketch of how you would support this (with any needed code reorganization or similar) and proposed PRs to do so, I'd be happy to collaborate and merge them in