Skip to content

Commit

Permalink
re-enable TV platform check
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhaevre committed Jun 28, 2024
1 parent 00d4830 commit 07d3af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SampleExtendedScreen } from './screens';
import { linking, navTheme } from './navigators/NavigationConfig';

export default function App() {
const singleScreen = false || Platform.isTV;
const singleScreen = Platform.isTV;

return (
<NavigationContainer linking={linking} theme={navTheme}>
Expand Down

0 comments on commit 07d3af3

Please sign in to comment.