Skip to content

Commit

Permalink
remove tvOS from template (#28706)
Browse files Browse the repository at this point in the history
Summary:
According to the [0.62 blog post](https://reactnative.dev/blog/2020/03/26/version-0.62), Apple TV support has moved to react-native-tvos.
The template still contains info.plist for tvOS, so I've removed them for future releases.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://github.com/facebook/react-native/wiki/Changelog
-->

[General] [Removed] - Removed tvOS related files from the template
Pull Request resolved: #28706

Test Plan: run `react-native init TestTemplate` and remove tvOS related files and verified that iOS and Android runs on emulator.

Differential Revision: D21182211

Pulled By: hramos

fbshipit-source-id: 41d2e19e5158d7ec103a37c01a93cf511fc1e4c9
  • Loading branch information
Naturalclar authored and facebook-github-bot committed Apr 22, 2020
1 parent bf5f3c6 commit df03228
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 445 deletions.
53 changes: 0 additions & 53 deletions template/ios/HelloWorld-tvOS/Info.plist

This file was deleted.

24 changes: 0 additions & 24 deletions template/ios/HelloWorld-tvOSTests/Info.plist

This file was deleted.

Loading

0 comments on commit df03228

Please sign in to comment.