Skip to content

Commit

Permalink
Remove random characters from Apple TV example (#418)
Browse files Browse the repository at this point in the history
<!--
Thank you for the PR! Contributors like you keep React Native awesome!

Please see the Contribution Guide for guidelines:

https://github.com/facebook/react-native-website/blob/master/CONTRIBUTING.md

If your PR references an existing issue, please add the issue number below:

#<Issue>
-->
  • Loading branch information
niksudan authored and hramos committed Jun 26, 2018
1 parent 332c35e commit 5271dad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/building-for-apple-tv.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ var running_on_android_tv = Platform.isTV;
```javascript
var TVEventHandler = require('TVEventHandler');

.
.
.

class Game2048 extends React.Component {
_tvEventHandler: any;

Expand Down

0 comments on commit 5271dad

Please sign in to comment.